User: juhalindfors
  Date: 01/04/21 05:21:06

  Modified:    src/etc/conf/default log4j.properties
  Log:
  Patch #417793 -- Use log names for log4j categories.
  Submitted By: David Jencks (d_jencks)
  
  Revision  Changes    Path
  1.3       +2 -0      jboss/src/etc/conf/default/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/log4j.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log4j.properties  2001/04/03 19:06:26     1.2
  +++ log4j.properties  2001/04/21 12:21:06     1.3
  @@ -11,6 +11,8 @@
   log4j.appender.Default.layout.ConversionPattern=[%x] %m%n
   # Truncate if it aleady exists.
   log4j.appender.Default.Append=false
  +#Example of turning off logging for a category. Uncomment to turn off.
  +#log4j.category.DefaultDS=FATAL
   
   ### The console appender
   log4j.appender.Console=org.apache.log4j.FileAppender
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to