[Ejtools-cvs] CVS: applications/jmx.browser/src/conf log4j.properties,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-25 20:50:15
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/conf In directory usw-pr-cvs1:/tmp/cvs-serv4308/jmx.browser/src/conf Modified Files: log4j.properties Log Message: Go on sketch Index: log4j.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/conf/log4j.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** log4j.properties 22 Apr 2002 17:39:59 -0000 1.1 --- log4j.properties 25 May 2002 20:50:12 -0000 1.2 *************** *** 1,10 **** ! # Set root category priority to DEBUG and its only appender to A1. ! log4j.rootCategory=DEBUG, A1 ! ! # A1 is set to be a ConsoleAppender. ! log4j.appender.A1=org.apache.log4j.ConsoleAppender ! ! # A1 uses PatternLayout. ! log4j.appender.A1.layout=org.apache.log4j.PatternLayout ! log4j.appender.A1.layout.ConversionPattern=[%-5p] %c %x - %m%n ! --- 1,10 ---- ! # Set root category priority to DEBUG and its only appender to A1. ! log4j.rootCategory=DEBUG, A1 ! ! # A1 is set to be a ConsoleAppender. ! log4j.appender.A1=org.apache.log4j.ConsoleAppender ! ! # A1 uses PatternLayout. ! log4j.appender.A1.layout=org.apache.log4j.PatternLayout ! log4j.appender.A1.layout.ConversionPattern=[%-5p] %c %x - %m%n ! |