User: starksm 
  Date: 01/09/11 10:32:36

  Modified:    src/etc/conf/default log4j.properties
  Log:
  Update the default category factory
  
  Revision  Changes    Path
  1.12      +4 -4      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- log4j.properties  2001/08/11 21:32:45     1.11
  +++ log4j.properties  2001/09/11 17:32:36     1.12
  @@ -4,12 +4,12 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -### $Id: log4j.properties,v 1.11 2001/08/11 21:32:45 user57 Exp $ ###
  +### $Id: log4j.properties,v 1.12 2001/09/11 17:32:36 starksm Exp $ ###
   
   # This creates a server.log appender and a console appender.
   
  -# Set the JBossCategoryFactory as the default CategoryFactory
  -log4j.categoryFactory=org.jboss.logging.log4j.JBossCategory$JBossCategoryFactory
  +# Set the LoggerFactory as the default CategoryFactory
  +log4j.categoryFactory=org.jboss.logging.LoggerFactory
   
   log4j.rootCategory=DEBUG, Default, Console
   
  @@ -41,5 +41,5 @@
   # 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
  +#log4j.category.org.jboss.ejb.plugins=TRACE#org.jboss.logging.TracePriority
   
  
  
  

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

Reply via email to