Skip to content

Commit 55aff6e

Browse files
authored
[FLINK-38685][cdc-connector-postgresql] Redact sensitive information like password from logs (#4174)
1 parent 4bab367 commit 55aff6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flink-cdc-connect/flink-cdc-source-connectors/flink-connector-postgres-cdc/src/main/java/org/apache/flink/cdc/connectors/postgres/source/fetch/PostgresSourceFetchTaskContext.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ public void configure(SourceSplitBase sourceSplitBase) {
167167
.with(DROP_SLOT_ON_STOP.name(), false)
168168
.build());
169169
}
170-
171-
LOG.info("PostgresConnectorConfig is {}", dbzConfig.getConfig().asProperties().toString());
172170
setDbzConnectorConfig(dbzConfig);
173171
PostgresConnectorConfig.SnapshotMode snapshotMode =
174172
PostgresConnectorConfig.SnapshotMode.parse(

0 commit comments

Comments
 (0)