Author: echatellier Date: 2010-04-09 18:18:10 +0200 (Fri, 09 Apr 2010) New Revision: 2848 Log: Reformat log4j.properties Modified: trunk/lima-swing/src/main/resources/log4j.properties Modified: trunk/lima-swing/src/main/resources/log4j.properties =================================================================== --- trunk/lima-swing/src/main/resources/log4j.properties 2010-04-09 16:17:30 UTC (rev 2847) +++ trunk/lima-swing/src/main/resources/log4j.properties 2010-04-09 16:18:10 UTC (rev 2848) @@ -1,17 +1,16 @@ # Global logging configuration log4j.rootLogger=ERROR, stdout, file -# Console output... + +# Console output log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n + +#�File ouptut log4j.appender.file=org.apache.log4j.FileAppender log4j.appender.file.file=lima.log log4j.appender.file.layout=org.apache.log4j.PatternLayout log4j.appender.file.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n -#log4j.appender.stdout.layout.ConversionPattern=%%c=%c %%C=%C %%d=%d %%F=%F %%l=%l %%L=%L %%m=%m %%M=%M %%p=%p %%r=%r %%t=%t %%x=%x %%X=%X # package level -log4j.logger.org.chorem.lima=DEBUG -#log4j.logger.org.codelutin.jaxx.action=DEBUG -#log4j.logger.org.codelutin.jaxx=DEBUG -#log4j.logger.org.codelutin=INFO +log4j.logger.org.chorem.lima=INFO \ No newline at end of file
participants (1)
-
echatellier@users.chorem.org