Author: ssmiweve
Date: 2007-06-18 20:28:56 +0200 (Mon, 18 Jun 2007)
New Revision: 5351

Modified:
   branches/2.13/war/src/main/conf/log4j.xml
Log:
dump was empty because it was inheriting level from root logger

Modified: branches/2.13/war/src/main/conf/log4j.xml
===================================================================
--- branches/2.13/war/src/main/conf/log4j.xml   2007-06-18 13:30:18 UTC (rev 
5350)
+++ branches/2.13/war/src/main/conf/log4j.xml   2007-06-18 18:28:56 UTC (rev 
5351)
@@ -152,6 +152,7 @@
     </logger>
 
     <logger name="no.schibstedsok.searchportal.Dump">
+        <level value="ALL"/>
         <appender-ref ref="DUMP_APPEND_ASYNC"/>
     </logger>
 

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to