User: user57  
  Date: 02/02/24 02:16:52

  Modified:    src/etc/conf/default log4j.xml
  Log:
   o moved non-service logging components to common
   o moved Cat* to org.jboss.logging.util
   o renamed TracePriority to XPriority as this class provides the
     ability to hold other extention priorites.
  
  Revision  Changes    Path
  1.2       +3 -3      jboss/src/etc/conf/default/log4j.xml
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/log4j.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log4j.xml 22 Feb 2002 02:48:23 -0000      1.1
  +++ log4j.xml 24 Feb 2002 10:16:52 -0000      1.2
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j.xml,v 1.1 2002/02/22 02:48:23 user57 Exp $ -->
  +<!-- $Id: log4j.xml,v 1.2 2002/02/24 10:16:52 user57 Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -136,10 +136,10 @@
        | turns on TRACE level msgs for the org.jboss.ejb.plugins package and its
        | subpackages. This will produce A LOT of logging output.
     <category name="org.jboss.system">
  -    <priority value="TRACE" class="org.jboss.logging.TracePriority"/>
  +    <priority value="TRACE" class="org.jboss.logging.XPriority"/>
     </category>
     <category name="org.jboss.ejb.plugins">
  -    <priority value="TRACE" class="org.jboss.logging.TracePriority"/>
  +    <priority value="TRACE" class="org.jboss.logging.XPriority"/>
     </category>
     -->
   
  
  
  

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

Reply via email to