You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/01/16 22:12:54 UTC

svn commit: r1059673 - /mina/vysper/trunk/nbxml/src/test/resources/log4j.properties

Author: ngn
Date: Sun Jan 16 21:12:54 2011
New Revision: 1059673

URL: http://svn.apache.org/viewvc?rev=1059673&view=rev
Log:
Enable stanza logging even if this log config is picked up during development

Modified:
    mina/vysper/trunk/nbxml/src/test/resources/log4j.properties

Modified: mina/vysper/trunk/nbxml/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/nbxml/src/test/resources/log4j.properties?rev=1059673&r1=1059672&r2=1059673&view=diff
==============================================================================
--- mina/vysper/trunk/nbxml/src/test/resources/log4j.properties (original)
+++ mina/vysper/trunk/nbxml/src/test/resources/log4j.properties Sun Jan 16 21:12:54 2011
@@ -17,6 +17,8 @@
 
 log4j.rootLogger=INFO, C
 
+log4j.logger.stanza.client=DEBUG,C
+log4j.logger.stanza.server=DEBUG,C
 log4j.logger.org.apache.vysper.mina.XmppIoHandlerAdapter=WARN,C
 log4j.logger.org.apache.mina.filter.executor.ExecutorFilter=WARN,C