You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by kn...@apache.org on 2001/08/28 18:02:57 UTC

cvs commit: jakarta-turbine-3/conf TurbineResources.properties

knielsen    01/08/28 09:02:57

  Modified:    conf     TurbineResources.properties
  Log:
  adding logging to the console, uncomment to use
  
  Revision  Changes    Path
  1.2       +8 -1      jakarta-turbine-3/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/conf/TurbineResources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TurbineResources.properties	2001/08/16 04:41:25	1.1
  +++ TurbineResources.properties	2001/08/28 16:02:56	1.2
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.1 2001/08/16 04:41:25 jvanzyl Exp $
  +# $Id: TurbineResources.properties,v 1.2 2001/08/28 16:02:56 knielsen Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -67,6 +67,13 @@
   log4j.appender.sql.layout = org.apache.log4j.PatternLayout
   log4j.appender.sql.layout.conversionPattern = %d [%t] %-5p %c - %m%n
   log4j.appender.sql.append = false
  +
  +# Uncomment the following to get logging written to the console (std out)
  +#log4j.rootCategory=All, A1
  +#log4j.appender.A1=org.apache.log4j.ConsoleAppender
  +#log4j.appender.A1.layout=org.apache.log4j.PatternLayout
  +#log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
  +
   
   # -------------------------------------------------------------------
   # 
  
  
  

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