Skip to content

Commit

Permalink
remove jdbc logs
Browse files Browse the repository at this point in the history
  • Loading branch information
YotillaAntoni committed Jan 15, 2025
1 parent 2523bc2 commit 4db6847
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ public static ConnectionFactory connectionFactory(BaseJdbcConfig config, Credent
// Deactivate SNAPSHOT_MODE (https://docs.exasol.com/db/latest/database_concepts/snapshot_mode.htm)
// to ensure that {@link Connection#getMetaData()} always returns up-to-date data.
connectionProperties.setProperty("snapshottransactions", "1");

// Enable debug logging for the Exasol JDBC driver to investigate flaky tests
connectionProperties.setProperty("debug", "1");
connectionProperties.setProperty("logdir", "/tmp/exasol-jdbc-log/");
return DriverConnectionFactory.builder(
new EXADriver(),
config.getConnectionUrl(),
Expand Down

0 comments on commit 4db6847

Please sign in to comment.