[jboss-cvs] jboss-seam/examples/hibernate2/resources/weblogic ...

Michael Yuan michael.yuan at jboss.com
Fri Dec 1 18:57:22 EST 2006


  User: myuan   
  Date: 06/12/01 18:57:22

  Modified:    examples/hibernate2/resources/weblogic  log4j.xml
  Log:
  make WL and GF both work ...
  
  Revision  Changes    Path
  1.2       +1 -2      jboss-seam/examples/hibernate2/resources/weblogic/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/weblogic/log4j.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- log4j.xml	30 Nov 2006 04:43:15 -0000	1.1
  +++ log4j.xml	1 Dec 2006 23:57:22 -0000	1.2
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j.xml,v 1.1 2006/11/30 04:43:15 myuan Exp $ -->
  +<!-- $Id: log4j.xml,v 1.2 2006/12/01 23:57:22 myuan Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -17,7 +17,6 @@
   <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
      
      <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
  -      <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
         <param name="Target" value="System.out"/>
   
         <layout class="org.apache.log4j.PatternLayout">
  
  
  



More information about the jboss-cvs-commits mailing list