spetz commented on code in PR #2190:
URL: https://github.com/apache/iggy/pull/2190#discussion_r2371818741


##########
core/connectors/sinks/postgres_sink/src/lib.rs:
##########
@@ -70,11 +70,16 @@ impl PostgresSink {
     async fn connect(&mut self) -> Result<(), Error> {
         let max_connections = self.config.max_connections.unwrap_or(10);
 
+        info!(
+            "Connecting to PostgreSQL database with max {} connections, 
connection string: {}",
+            max_connections, self.config.connection_string

Review Comment:
   Yeah, I'll fix this to be a simple, redaction log instead.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to