You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2004/08/19 16:27:24 UTC

cvs commit: db-torque/src/generator/src/conf simplelog.properties log4j.properties

seade       2004/08/19 07:27:24

  Modified:    src/generator/src/conf simplelog.properties log4j.properties
  Log:
  Switch logging from DEBUG to INFO - this will make the day of all thos people that for some reason have the torque-gen jar in their classpath at runtime.
  
  Revision  Changes    Path
  1.2       +1 -1      db-torque/src/generator/src/conf/simplelog.properties
  
  Index: simplelog.properties
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/conf/simplelog.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simplelog.properties	26 Jun 2003 07:01:23 -0000	1.1
  +++ simplelog.properties	19 Aug 2004 14:27:23 -0000	1.2
  @@ -3,4 +3,4 @@
   #
   
   #set log levels
  -org.apache.commons.logging.simplelog.defaultlog=debug
  +org.apache.commons.logging.simplelog.defaultlog=info
  
  
  
  1.2       +2 -2      db-torque/src/generator/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/conf/log4j.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log4j.properties	24 Jul 2003 12:40:11 -0000	1.1
  +++ log4j.properties	19 Aug 2004 14:27:23 -0000	1.2
  @@ -12,7 +12,7 @@
   #
   # Turbine goes into Turbine Log
   #
  -log4j.category.org.apache.torque-gen = DEBUG, org.apache.torque.engine
  +log4j.category.org.apache.torque-gen = INFO
   log4j.additivity.org.apache.torque-gen = false
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org