Github user Randgalt commented on the issue:
https://github.com/apache/zookeeper/pull/377
There are 4 tests with this line of code and it's failing because the
logger is not there (NullPointerException). Any ideas?
```
Layout layout =
Logger.getRootLogger().getAppender("CONSOLE").getLayout();
```---
