dblevins    2003/12/08 20:54:02

  Modified:    modules/common/src/conf log4j.properties
  Log:
  Switched the log4j configuration to configure the org.apache.geronimo category
  rather than the rootCategory.  Dependent components should be able to use the
  common jar without loosing control of their logging.
  
  Revision  Changes    Path
  1.3       +2 -2      
incubator-geronimo/modules/common/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/common/src/conf/log4j.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log4j.properties  8 Sep 2003 04:03:24 -0000       1.2
  +++ log4j.properties  9 Dec 2003 04:54:02 -0000       1.3
  @@ -4,7 +4,7 @@
   ## $Revision$ $Date$
   ##
   
  -log4j.rootCategory=TRACE#org.apache.geronimo.kernel.log.XLevel, CONSOLE
  
+log4j.category.org.apache.geronimo=TRACE#org.apache.geronimo.kernel.log.XLevel,
 CONSOLE
   
   log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
   log4j.appender.CONSOLE.Threshold=DEBUG
  
  
  

Reply via email to