Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/451#discussion_r168575513
--- Diff: src/java/test/org/apache/zookeeper/test/ReadOnlyModeTest.java ---
@@ -239,13 +243,13 @@ public void testSessionEstablishment() throws
Exception {
public void testSeekForRwServer() throws Exception {
// setup the logger to capture all logs
- Layout layout = Logger.getRootLogger().getAppender("CONSOLE")
+ Layout layout =
org.apache.log4j.Logger.getRootLogger().getAppender("CONSOLE")
--- End diff --
I guess my real question is, do we need any of the changes in this file?
---