Author: ozizka(a)redhat.com
Date: 2009-02-27 04:14:01 -0500 (Fri, 27 Feb 2009)
New Revision: 173
Modified:
trunk/jsfunit/testdata/jboss-configuration/conf/jboss-log4j.xml
Log:
Limited logging of http data and html/js snippets.
Modified: trunk/jsfunit/testdata/jboss-configuration/conf/jboss-log4j.xml
===================================================================
--- trunk/jsfunit/testdata/jboss-configuration/conf/jboss-log4j.xml 2009-02-27 06:52:31
UTC (rev 172)
+++ trunk/jsfunit/testdata/jboss-configuration/conf/jboss-log4j.xml 2009-02-27 09:14:01
UTC (rev 173)
@@ -192,6 +192,18 @@
<category name="org.ajax4jsf">
<priority value="WARN"/>
</category>
+ <category name="httpclient.wire">
+ <priority value="INFO"/>
+ </category>
+ <category name="facelets">
+ <priority value="INFO"/>
+ </category>
+ <category name="com.gargoylesoftware.htmlunit.javascript.host">
+ <priority value="INFO"/>
+ </category>
+ <category name="com.gargoylesoftware.htmlunit.html.HtmlScript">
+ <priority value="INFO"/>
+ </category>
Show replies by date