dlr 01/05/30 15:47:52
Modified: conf TurbineResources.properties
conf/master TurbineResources.master
Log:
Kevin Rutherford <[EMAIL PROTECTED]> indicates that the system log
level must also be set to debug for the SQL logging facility to do its thing. Updated
doc accordingly.
Revision Changes Path
1.111 +2 -2 jakarta-turbine/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine/conf/TurbineResources.properties,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- TurbineResources.properties 2001/05/22 14:44:07 1.110
+++ TurbineResources.properties 2001/05/30 22:47:47 1.111
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.properties,v 1.110 2001/05/22 14:44:07 jvanzyl Exp $
+# $Id: TurbineResources.properties,v 1.111 2001/05/30 22:47:47 dlr Exp $
#
# This is the configuration file for Turbine.
#
@@ -42,7 +42,7 @@
services.LoggingService.debug.level=INFO
# A facility for SQL query logging
-# To enable SQL query logging, set the level to DEBUG
+# To enable SQL query logging, set the system and sql log level to DEBUG
services.LoggingService.sql.destination.file=/logs/turbine.log
services.LoggingService.sql.className=org.apache.turbine.services.logging.FileLogger
services.LoggingService.sql.level=ERROR
1.76 +2 -2 jakarta-turbine/conf/master/TurbineResources.master
Index: TurbineResources.master
===================================================================
RCS file: /home/cvs/jakarta-turbine/conf/master/TurbineResources.master,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- TurbineResources.master 2001/05/22 14:39:29 1.75
+++ TurbineResources.master 2001/05/30 22:47:50 1.76
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.master,v 1.75 2001/05/22 14:39:29 jvanzyl Exp $
+# $Id: TurbineResources.master,v 1.76 2001/05/30 22:47:50 dlr Exp $
#
# This is the configuration file for Turbine.
#
@@ -42,7 +42,7 @@
services.LoggingService.debug.level=INFO
# A facility for SQL query logging
-# To enable SQL query logging, set the level to DEBUG
+# To enable SQL query logging, set the system and sql log level to DEBUG
services.LoggingService.sql.destination.file=@TURBINE_LOG@
services.LoggingService.sql.className=org.apache.turbine.services.logging.FileLogger
services.LoggingService.sql.level=ERROR
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]