[jboss-cvs] JBossCache/migration/examples/cacheloader-migration ...

Galder Zamarreno galder.zamarreno at jboss.com
Thu Apr 19 17:51:20 EDT 2007


  User: gzamarreno
  Date: 07/04/19 17:51:20

  Modified:    migration/examples/cacheloader-migration  log4j-cache.xml
  Log:
  [JBCACHE-964] unit tests for transforming cache loaders now run from build.xml and are also executed as part of the cc tests
  
  Revision  Changes    Path
  1.2       +3 -3      JBossCache/migration/examples/cacheloader-migration/log4j-cache.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j-cache.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/migration/examples/cacheloader-migration/log4j-cache.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- log4j-cache.xml	7 Mar 2007 23:32:05 -0000	1.1
  +++ log4j-cache.xml	19 Apr 2007 21:51:20 -0000	1.2
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j-cache.xml,v 1.1 2007/03/07 23:32:05 gzamarreno Exp $ -->
  +<!-- $Id: log4j-cache.xml,v 1.2 2007/04/19 21:51:20 gzamarreno Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -79,11 +79,11 @@
      -->
   
      <category name="org.jboss.cache">
  -      <priority value="TRACE"/>
  +      <priority value="INFO"/>
      </category>
   
      <category name="org.jboss.serial">
  -      <priority value="TRACE"/>
  +      <priority value="INFO"/>
      </category>
   
      <category name="org.jboss.tm">
  
  
  



More information about the jboss-cvs-commits mailing list