dion 2002/07/14 00:10:00 Modified: src/conf log4j.properties Log: <log:info> and above now come out on the console as logs in app.Maven did previously. all commons logging is now only WARN and above in maven.log This reduces the size of maven.log substantially. Revision Changes Path 1.7 +7 -6 jakarta-turbine-maven/src/conf/log4j.properties Index: log4j.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-maven/src/conf/log4j.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- log4j.properties 27 Jun 2002 03:00:36 -0000 1.6 +++ log4j.properties 14 Jul 2002 07:10:00 -0000 1.7 @@ -5,14 +5,15 @@ log4j.appender.default.layout = org.apache.log4j.PatternLayout log4j.appender.default.layout.conversionPattern = %d %-5p %c - %m%n log4j.appender.default.append = true -# build priority is INFO, and configured differently -log4j.category.org.apache.maven.Build=INFO,build -log4j.appender.build=org.apache.log4j.ConsoleAppender -log4j.appender.build.layout=org.apache.log4j.PatternLayout -log4j.appender.build.layout.ConversionPattern=%d %-5p %m%n +# jelly log tags +log4j.category.org.apache.commons.jelly.tags.log=INFO,console +log4j.appender.console=org.apache.log4j.ConsoleAppender +log4j.appender.console.layout=org.apache.log4j.PatternLayout +log4j.appender.console.layout.ConversionPattern=%m%n # Maven priority is INFO, and configured differently log4j.category.org.apache.maven.app.Maven=INFO,maven log4j.appender.maven=org.apache.log4j.ConsoleAppender log4j.appender.maven.layout=org.apache.log4j.PatternLayout log4j.appender.maven.layout.ConversionPattern=%m%n - \ No newline at end of file +# categories we want to exclude from debug +log4j.category.org.apache.commons=WARN
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
