[jboss-cvs] JBossRemoting/src/etc ...

Ron Sigal ron_sigal at yahoo.com
Thu Nov 9 17:39:57 EST 2006


  User: rsigal  
  Date: 06/11/09 17:39:57

  Modified:    src/etc  log4j.xml
  Log:
  JBREM-632:  Set root logger level to INFO and removed restrictions on org.jboss and org.jboss.remoting loggers.
  
  Revision  Changes    Path
  1.2       +6 -5      JBossRemoting/src/etc/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/etc/log4j.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- log4j.xml	16 Jun 2005 04:39:44 -0000	1.1
  +++ log4j.xml	9 Nov 2006 22:39:57 -0000	1.2
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j.xml,v 1.1 2005/06/16 04:39:44 ovidiu Exp $ -->
  +<!-- $Id: log4j.xml,v 1.2 2006/11/09 22:39:57 rsigal Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -69,17 +69,17 @@
      </category>
   
      <!-- Limit JBoss categories -->
  +   <!--
      <category name="org.jboss">
         <priority value="INFO"/>
      </category>
  +   -->
   
  -
  -   <category name="org.jboss.remoting">
         <!--
  +   <category name="org.jboss.remoting">
         <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  -      -->
  -      <priority value="INFO"/>
      </category>
  +   -->
   
   
      <!-- ======================= -->
  @@ -87,6 +87,7 @@
      <!-- ======================= -->
   
      <root>
  +      <priority value="INFO"/>
         <appender-ref ref="CONSOLE"/>
         <!-- <appender-ref ref="FILE"/> -->
      </root>
  
  
  



More information about the jboss-cvs-commits mailing list