[Ejtools-cvs] CVS: applications/management/src/conf log4j.properties,NONE,1.1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-22 18:03:04
|
Update of /cvsroot/ejtools/applications/management/src/conf In directory usw-pr-cvs1:/tmp/cvs-serv29529/management/src/conf Added Files: log4j.properties Log Message: Initial Import --- NEW FILE: log4j.properties --- # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=debug, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=debug.log log4j.appender.R.MaxFileSize=100KB # Keep one backup file log4j.appender.R.MaxBackupIndex=1 log4j.appender.R.layout=org.apache.log4j.PatternLayout log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n |