You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/02/23 20:00:25 UTC

svn commit: r915485 - /sling/trunk/launchpad/testing/src/test/resources/log4j.properties

Author: justin
Date: Tue Feb 23 19:00:25 2010
New Revision: 915485

URL: http://svn.apache.org/viewvc?rev=915485&view=rev
Log:
had logger cateogry name wrong for httpclient wire logging

Modified:
    sling/trunk/launchpad/testing/src/test/resources/log4j.properties

Modified: sling/trunk/launchpad/testing/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/src/test/resources/log4j.properties?rev=915485&r1=915484&r2=915485&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/src/test/resources/log4j.properties (original)
+++ sling/trunk/launchpad/testing/src/test/resources/log4j.properties Tue Feb 23 19:00:25 2010
@@ -23,4 +23,4 @@
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
 
-#log4j.category.http.wire=debug
+log4j.category.httpclient.wire=debug