We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa4e37 commit e6c3293Copy full SHA for e6c3293
src/connection/connection_loop.rs
@@ -83,7 +83,7 @@ async fn create_and_start_no_tls_connection(
83
);
84
85
#[cfg(feature = "with-logs-and-telemetry")]
86
- logger_spawned.write_fatal_error(
+ logger_spawned.write_debug_info(
87
"Postgres background".to_string(),
88
format!("Exist connection loop"),
89
None,
@@ -146,7 +146,7 @@ async fn create_and_start_with_tls(
146
147
}
148
149
150
151
152
0 commit comments