We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835743a commit f862821Copy full SHA for f862821
connectors/postgres-connector/src/main/java/io/tapdata/connector/postgres/PostgresConnector.java
@@ -402,7 +402,7 @@ private void initConnection(TapConnectionContext connectionContext) {
402
slotName = postgresConfig.getCustomSlotName();
403
}
404
});
405
- if (true) {
+ if (postgresConfig.getFileLog()) {
406
postgresConfig.startJdbcLog(firstConnectorId);
407
408
postgresTest = new PostgresTest(postgresConfig, testItem -> {
0 commit comments