Skip to content

Commit

Permalink
Also log bookkeeper (and managed ledger) in tests (apache#1512)
Browse files Browse the repository at this point in the history
Root level is warn, so we need to explicitly set org.apache.bookkeeper
to info to see the logs.
  • Loading branch information
ivankelly authored and merlimat committed Apr 6, 2018
1 parent 9d23892 commit c2fb795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtools/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
<AppenderRef ref="Console" />
</Root>
<Logger name="org.apache.pulsar" level="info"/>
<Logger name="org.apache.bookkeeper" level="info"/>
</Loggers>
</Configuration>

0 comments on commit c2fb795

Please sign in to comment.