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 02f74ca commit b1defc7Copy full SHA for b1defc7
Sources/PostgresNIO/Pool/PostgresClientMetrics.swift
@@ -19,7 +19,7 @@ final class PostgresClientMetrics: ConnectionPoolObservabilityDelegate {
19
/// A connection attempt failed with the given error. After some period of
20
/// time ``startedConnecting(id:)`` may be called again.
21
func connectFailed(id: ConnectionID, error: Error) {
22
- self.logger.debug("Connection creation failed", metadata: [
+ self.logger.info("Connection creation failed", metadata: [
23
.connectionID: "\(id)",
24
.error: "\(String(reflecting: error))"
25
])
0 commit comments