Author: justin
Date: Tue Feb 23 19:00:39 2010
New Revision: 915487

URL: http://svn.apache.org/viewvc?rev=915487&view=rev
Log:
seperating out header and content logging config

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=915487&r1=915486&r2=915487&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:39 2010
@@ -23,4 +23,10 @@
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
 
-log4j.category.httpclient.wire=debug
+# uncomment out these lines to log http headers
+#log4j.category.httpclient.wire.header=debug, stdout
+#log4j.additivity.httpclient.wire.header=false
+
+# uncomment out these lines to log http content
+#log4j.category.httpclient.wire.content=debug, stdout
+#log4j.additivity.httpclient.wire.content=false
\ No newline at end of file


Reply via email to