jvanzyl 2002/09/29 18:24:03 Modified: src/conf log4j.properties Log: o format changes Revision Changes Path 1.13 +21 -4 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- log4j.properties 12 Sep 2002 15:10:37 -0000 1.12 +++ log4j.properties 30 Sep 2002 01:24:03 -0000 1.13 @@ -1,19 +1,36 @@ -# Currently used by the Reactor +# ------------------------------------------------------------------------ +# L O G 4 J C O N F I G U R A T I O N +# ------------------------------------------------------------------------ +# This is the log4j configuration file that is distributed with Maven. +# ------------------------------------------------------------------------ + +# ------------------------------------------------------------------------ +# R O O T C A T E G O R Y +# ------------------------------------------------------------------------ log4j.rootCategory = DEBUG, default log4j.appender.default = org.apache.log4j.FileAppender log4j.appender.default.file = maven.log log4j.appender.default.layout = org.apache.log4j.PatternLayout log4j.appender.default.layout.conversionPattern = %d %-5p %c - %m%n log4j.appender.default.append = false -# jelly log tags + +# ------------------------------------------------------------------------ +# J E L L Y T A G S +# ------------------------------------------------------------------------ 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 + +# ------------------------------------------------------------------------ +# M A V E N +# ------------------------------------------------------------------------ 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 -# categories we want to exclude from debug + +# ------------------------------------------------------------------------ +# C O M M O N S +# ------------------------------------------------------------------------ log4j.category.org.apache.commons=WARN
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
