User: starksm 
  Date: 01/11/25 19:45:44

  Modified:    src/etc/conf/default log4j.properties
  Log:
  Drop the log4j.categoryFactory setting as it is no longer needed.
  
  Revision  Changes    Path
  1.15      +1 -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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- log4j.properties  2001/11/22 00:10:01     1.14
  +++ log4j.properties  2001/11/26 03:45:44     1.15
  @@ -4,12 +4,9 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -### $Id: log4j.properties,v 1.14 2001/11/22 00:10:01 user57 Exp $ ###
  +### $Id: log4j.properties,v 1.15 2001/11/26 03:45:44 starksm Exp $ ###
   
   # This creates a server.log appender and a console appender.
  -
  -# Set the LoggerFactory as the default CategoryFactory
  -log4j.categoryFactory=org.jboss.logging.LoggerFactory
   
   # Setup the root category
   log4j.rootCategory=DEBUG, Default, Console
  
  
  

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

Reply via email to