User: starksm 
  Date: 01/08/20 15:26:55

  Modified:    src/etc/conf/default Tag: Branch_2_4 log4j.properties
  Log:
  Set the default category to JBossCategory
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.4.2   +12 -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.7.4.1
  retrieving revision 1.7.4.2
  diff -u -r1.7.4.1 -r1.7.4.2
  --- log4j.properties  2001/06/22 19:37:17     1.7.4.1
  +++ log4j.properties  2001/08/20 22:26:54     1.7.4.2
  @@ -1,6 +1,9 @@
   # A log4j properties file suitable for replacing the
   # default JBoss ConsoleLogging & FileLogging mbeans.
   
  +# Set the JBossCategoryFactory as the default CategoryFactory
  +log4j.categoryFactory=org.jboss.logging.log4j.JBossCategory$JBossCategoryFactory
  +
   log4j.rootCategory=DEBUG, Default, Console
   
   ### The server.log file appender
  @@ -19,3 +22,12 @@
   log4j.appender.Console.Threshold=INFO
   log4j.appender.Console.layout=org.apache.log4j.PatternLayout
   log4j.appender.Console.layout.ConversionPattern=[%c{1}] %m%n
  +
  +# Example of only showing INFO msgs for any categories under org.jboss.util
  +#log4j.category.org.jboss.util=INFO
  +
  +# An example of enabling the custom TRACE level priority that is used
  +# by the JBoss internals to diagnose low level details. This example
  +# turns on TRACE level msgs for the org.jboss.ejb.plugins package and its
  +# subpackages. This will produce A LOT of logging output.
  +#log4j.category.org.jboss.ejb.plugins=TRACE#org.jboss.logging.log4j.TracePriority
  
  
  

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

Reply via email to