Skip to content

Commit

Permalink
Debug Zookeerper
Browse files Browse the repository at this point in the history
  • Loading branch information
faderskd committed Nov 25, 2024
1 parent 3c3f354 commit 92704a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private ZookeeperContainer(
withExposedPorts(clientPort);
withEnv("ZOOKEEPER_CLIENT_PORT", String.valueOf(clientPort));
// withEnv("KAFKA_OPTS", "-Dzookeeper.4lw.commands.whitelist=*");
// withEnv("ZOOKEEPER_LOG4J_ROOT_LOGLEVEL", "DEBUG");
withEnv("ZOOKEEPER_LOG4J_ROOT_LOGLEVEL", "DEBUG");
this.clientPort = clientPort;
}

Expand Down

0 comments on commit 92704a4

Please sign in to comment.