You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/06/09 16:47:44 UTC

cvs commit: jakarta-hivemind/framework/src/conf log4j.properties

hlship      2004/06/09 07:47:44

  Modified:    framework/src/conf log4j.properties
  Log:
  Fix the log4j output pattern to not emit source file and line.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-hivemind/framework/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/conf/log4j.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- log4j.properties	7 Apr 2004 15:18:12 -0000	1.3
  +++ log4j.properties	9 Jun 2004 14:47:44 -0000	1.4
  @@ -6,6 +6,6 @@
   
   # A1 uses PatternLayout.
   log4j.appender.A1.layout=org.apache.log4j.PatternLayout
  -log4j.appender.A1.layout.ConversionPattern=%l %c{1} [%p] %m%n
  +log4j.appender.A1.layout.ConversionPattern=%c{1} [%p] %m%n
   
   # log4j.category.org.apache.hivemind=warn
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org