You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/04/06 21:11:41 UTC

[incubator-pulsar] branch master updated: Also log bookkeeper (and managed ledger) in tests (#1512)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new c2fb795  Also log bookkeeper (and managed ledger) in tests (#1512)
c2fb795 is described below

commit c2fb7958391f60702d00ef5bd2bc7c982b9cb188
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Fri Apr 6 23:11:37 2018 +0200

    Also log bookkeeper (and managed ledger) in tests (#1512)
    
    Root level is warn, so we need to explicitly set org.apache.bookkeeper
    to info to see the logs.
---
 buildtools/src/main/resources/log4j2.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildtools/src/main/resources/log4j2.xml b/buildtools/src/main/resources/log4j2.xml
index e732953..85a7c1e 100644
--- a/buildtools/src/main/resources/log4j2.xml
+++ b/buildtools/src/main/resources/log4j2.xml
@@ -30,5 +30,6 @@
             <AppenderRef ref="Console" />
         </Root>
         <Logger name="org.apache.pulsar" level="info"/>
+        <Logger name="org.apache.bookkeeper" level="info"/>
     </Loggers>
 </Configuration>

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.