User: starksm Date: 02/02/12 02:20:28 Modified: src/etc/conf/default log4j.properties Log: Comment out the org.jboss.system TRACE level Revision Changes Path 1.20 +2 -4 jboss/src/etc/conf/default/log4j.properties Index: log4j.properties =================================================================== RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/log4j.properties,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- log4j.properties 6 Feb 2002 19:32:05 -0000 1.19 +++ log4j.properties 12 Feb 2002 10:20:28 -0000 1.20 @@ -4,7 +4,7 @@ ## ## ### ====================================================================== ### -### $Id: log4j.properties,v 1.19 2002/02/06 19:32:05 mnf999 Exp $ ### +### $Id: log4j.properties,v 1.20 2002/02/12 10:20:28 starksm Exp $ ### # This creates a server.log appender and a console appender. @@ -43,8 +43,6 @@ # The old style pattern #log4j.appender.Console.layout.ConversionPattern=[%d{ABSOLUTE},%c{1}] %m%n -# Enable TRACE for the org.jboss.system package for now -log4j.category.org.jboss.system=TRACE#org.jboss.logging.TracePriority # Example of increasing the priority threshold for the DefaultDS category #log4j.category.DefaultDS=FATAL @@ -60,4 +58,4 @@ # turns on TRACE level msgs for the org.jboss.ejb.plugins package and its # subpackages. This will produce A LOT of logging output. #log4j.category.org.jboss.ejb.plugins=TRACE#org.jboss.logging.TracePriority - +#log4j.category.org.jboss.system=TRACE#org.jboss.logging.TracePriority
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development