User: starksm 
  Date: 01/12/07 20:43:16

  Modified:    src/etc/conf/default log4j.properties
  Log:
  Enable TRACE for the org.jboss.system package for now
  
  Revision  Changes    Path
  1.18      +5 -1      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- log4j.properties  2001/12/07 03:11:16     1.17
  +++ log4j.properties  2001/12/08 04:43:16     1.18
  @@ -4,7 +4,7 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -### $Id: log4j.properties,v 1.17 2001/12/07 03:11:16 user57 Exp $ ###
  +### $Id: log4j.properties,v 1.18 2001/12/08 04:43:16 starksm Exp $ ###
   
   # This creates a server.log appender and a console appender.
   
  @@ -43,6 +43,9 @@
   # The old style pattern
   #log4j.appender.Console.layout.ConversionPattern=[%d{ABSOLUTE},%c{1}] %m%n
   
  +# Enable TRACE for the org.jboss.system package for now
  +log4j.category.org.jboss.system=TRACE#org.jboss.logging.TracePriority
  +
   # Example of increasing the priority threshold for the DefaultDS category
   #log4j.category.DefaultDS=FATAL
   
  @@ -57,3 +60,4 @@
   # 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.TracePriority
  +
  
  
  

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

Reply via email to