You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2015/07/14 11:21:45 UTC

svn commit: r1690882 - /qpid/java/trunk/systests/src/main/resources/logback-test.xml

Author: kwall
Date: Tue Jul 14 09:21:45 2015
New Revision: 1690882

URL: http://svn.apache.org/r1690882
Log:
NO-JIRA: Enable operational log messages in systest logback config

Modified:
    qpid/java/trunk/systests/src/main/resources/logback-test.xml

Modified: qpid/java/trunk/systests/src/main/resources/logback-test.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/systests/src/main/resources/logback-test.xml?rev=1690882&r1=1690881&r2=1690882&view=diff
==============================================================================
--- qpid/java/trunk/systests/src/main/resources/logback-test.xml (original)
+++ qpid/java/trunk/systests/src/main/resources/logback-test.xml Tue Jul 14 09:21:45 2015
@@ -48,6 +48,7 @@
     <receiver class="ch.qos.logback.classic.net.server.ServerSocketReceiver">
         <port>${receiverPort}</port>
     </receiver>
+    <logger name="qpid.message" level="info" />
     <logger name="org.apache.qpid" level="debug" />
     <root level="warn">
         <appender-ref ref="RootSiftAppender"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org