Skip to content

Commit

Permalink
DBZ-6064 masking sensitive information in connection string on close
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace authored and jpechane committed Feb 1, 2023
1 parent 5a66929 commit eb50891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public ConnectionContext(Configuration config) {
public void shutdown() {
try {
// Closing all connections ...
logger().info("Closing all connections to {}", connectionSeed());
logger().info("Closing all connections to {}", maskedConnectionSeed());
pool.clear();
}
catch (Throwable e) {
Expand Down

0 comments on commit eb50891

Please sign in to comment.