shuber 2005/06/09 15:50:43 CEST
Modified files:
core/src/webapp/WEB-INF/etc/config log4j.xml
Log:
Add higher level of filtering on HttpClient calls.
Revision Changes Path
1.6 +4 -0 jahia/core/src/webapp/WEB-INF/etc/config/log4j.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/config/log4j.xml.diff?r1=1.5&r2=1.6&f=h
Index: log4j.xml
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/config/log4j.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- log4j.xml 2 Jun 2005 08:49:09 -0000 1.5
+++ log4j.xml 9 Jun 2005 13:50:43 -0000 1.6
@@ -86,6 +86,10 @@
<priority value="info"/>
</category>
+ <category name="org.apache.commons.httpclient">
+ <priority value="error"/>
+ </category>
+
<category name="org.apache.jsp">
<priority value="info"/>
</category>