Author: alexsmirnov
Date: 2007-09-25 18:16:41 -0400 (Tue, 25 Sep 2007)
New Revision: 3114
Modified:
branches/3.1.x/framework/impl/src/test/resources/log4j.xml
Log:
Decrease tests logging level to INFO
Modified: branches/3.1.x/framework/impl/src/test/resources/log4j.xml
===================================================================
--- branches/3.1.x/framework/impl/src/test/resources/log4j.xml 2007-09-25 22:13:16 UTC
(rev 3113)
+++ branches/3.1.x/framework/impl/src/test/resources/log4j.xml 2007-09-25 22:16:41 UTC
(rev 3114)
@@ -43,12 +43,12 @@
</appender>
-->
<category name="com.sun.faces">
- <priority value="DEBUG" />
+ <priority value="INFO" />
<appender-ref ref="DEFAULT"/>
</category>
<category name="org.apache.myfaces">
- <priority value="DEBUG" />
+ <priority value="INFO" />
<appender-ref ref="DEFAULT"/>
</category>
@@ -63,13 +63,13 @@
</category>
<category name="com.exadel.vcp">
- <priority value="DEBUG" />
+ <priority value="INFO" />
<appender-ref ref="DEFAULT"/>
</category>
<category name="org.ajax4jsf">
- <priority value="DEBUG" />
+ <priority value="INFO" />
<appender-ref ref="DEFAULT"/>
</category>
Show replies by date