Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Nov 23, 2024
1 parent 3afa23a commit 61fd19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/integTest/src/test/java/glide/TestConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public final class TestConfiguration {
public static final boolean TLS = Boolean.parseBoolean(System.getProperty("test.server.tls", ""));

static {
Logger.init(Logger.Level.TRACE);
Logger.setLoggerConfig(Logger.Level.TRACE);
Logger.init(Logger.Level.OFF);
Logger.setLoggerConfig(Logger.Level.OFF);
try {
BaseClient client =
!STANDALONE_HOSTS[0].isEmpty()
Expand Down

0 comments on commit 61fd19a

Please sign in to comment.