tracing message groom

This commit is contained in:
Joe 2025-12-21 17:13:55 -08:00
parent 6a7895124c
commit e853f83d80

View file

@ -314,6 +314,7 @@ async fn get_db_pool() -> SqlitePool {
std::env::var("DATABASE_FILE").unwrap_or_else(|_| {
#[cfg(not(test))]
{
tracing::info!("connecting to default db file");
"blogdor.db".to_string()
}
#[cfg(test)]