diff --git a/src/sql/db_connection_pool/postgrespool.rs b/src/sql/db_connection_pool/postgrespool.rs index f0f47114..916d1412 100644 --- a/src/sql/db_connection_pool/postgrespool.rs +++ b/src/sql/db_connection_pool/postgrespool.rs @@ -365,7 +365,7 @@ where E: std::fmt::Display, { fn sink(&self, error: E) { - tracing::error!("Postgres Connection Error: {:?}", error); + tracing::debug!("Postgres Pool Error: {}", error); } fn boxed_clone(&self) -> Box> {