brett       2004/03/08 14:15:36

  Modified:    src/conf Tag: MAVEN-1_0-BRANCH log4j.properties
  Log:
  PR: MAVEN-1189
  don't log ant tag library junk
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.16.4.4  +4 -9      maven/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/log4j.properties,v
  retrieving revision 1.16.4.3
  retrieving revision 1.16.4.4
  diff -u -r1.16.4.3 -r1.16.4.4
  --- log4j.properties  4 Mar 2004 22:34:58 -0000       1.16.4.3
  +++ log4j.properties  8 Mar 2004 22:15:36 -0000       1.16.4.4
  @@ -19,25 +19,20 @@
   # ------------------------------------------------------------------------
   # This is the log4j configuration file that is distributed with Maven.
   # ------------------------------------------------------------------------
  +log4j.appender.console=org.apache.log4j.ConsoleAppender
  +log4j.appender.console.layout=org.apache.log4j.PatternLayout
  +log4j.appender.console.layout.ConversionPattern=%m%n
   
   # ------------------------------------------------------------------------
   # R O O T  C A T E G O R Y
   # ------------------------------------------------------------------------
   log4j.rootCategory = ERROR, console
  -#log4j.rootCategory = ERROR, 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
   
   # ------------------------------------------------------------------------
   # J E L L Y  T A G S
   # ------------------------------------------------------------------------
   log4j.category.org.apache.commons.jelly.tags.log=INFO
  -log4j.appender.console=org.apache.log4j.ConsoleAppender
  -log4j.appender.console.layout=org.apache.log4j.PatternLayout
  -log4j.appender.console.layout.ConversionPattern=%m%n
  +log4j.category.org.apache.commons.jelly.tags.ant=OFF
   
   # ------------------------------------------------------------------------
   # M A V E N
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to