xlawrence    2005/01/31 18:37:47 CET

  Modified files:
    .                    log4j.xml 
  Log:
  added categories
  
  Revision  Changes    Path
  1.3       +6 -2      uwcal_JSR168/log4j.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/log4j.xml.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: log4j.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/log4j.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log4j.xml 27 Jan 2005 09:50:13 -0000      1.2
  +++ log4j.xml 31 Jan 2005 17:37:46 -0000      1.3
  @@ -7,7 +7,7 @@
   <!--                                                                       
-->
   <!-- ===================================================================== 
-->
   
  -<!-- $Id: log4j.xml,v 1.2 2005/01/27 09:50:13 xlawrence Exp $ -->
  +<!-- $Id: log4j.xml,v 1.3 2005/01/31 17:37:46 xlawrence Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -193,8 +193,12 @@
      </category>
   
      <category name="net.sf.hibernate">
  -      <priority value="INFO"/>
  +      <priority value="WARN"/>
      </category>
  +   
  +   <category name="net.sf.ehcache">
  +      <priority value="INFO"/>
  +   </category>   
   
      <category name="org.jahia.suite.calendar">
          <priority value="DEBUG"/>
  

Reply via email to