Skip to content

Commit e6c3293

Browse files
committed
Exist connection loop now in Debug Level
1 parent 2fa4e37 commit e6c3293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connection/connection_loop.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async fn create_and_start_no_tls_connection(
8383
);
8484

8585
#[cfg(feature = "with-logs-and-telemetry")]
86-
logger_spawned.write_fatal_error(
86+
logger_spawned.write_debug_info(
8787
"Postgres background".to_string(),
8888
format!("Exist connection loop"),
8989
None,
@@ -146,7 +146,7 @@ async fn create_and_start_with_tls(
146146
);
147147
}
148148
#[cfg(feature = "with-logs-and-telemetry")]
149-
logger_spawned.write_fatal_error(
149+
logger_spawned.write_debug_info(
150150
"Postgres background".to_string(),
151151
format!("Exist connection loop"),
152152
None,

0 commit comments

Comments
 (0)