tfischer 2005/07/08 11:06:03
Modified: src/conf/master Torque.master
Log:
Removed unused configuration properties. These include
- torque.applicationRoot
- all the log4j properties
Revision Changes Path
1.14 +1 -23 db-torque/src/conf/master/Torque.master
Index: Torque.master
===================================================================
RCS file: /home/cvs/db-torque/src/conf/master/Torque.master,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Torque.master 19 Mar 2005 11:00:00 -0000 1.13
+++ Torque.master 8 Jul 2005 18:06:03 -0000 1.14
@@ -8,28 +8,6 @@
#
# -------------------------------------------------------------------
-torque.applicationRoot = @APPLICATION_ROOT@
-
-# -------------------------------------------------------------------
-#
-# L O G G I N G
-#
-# -------------------------------------------------------------------
-# We use Log4J for all Torque logging and we embed the log4j
-# properties within our application configuration.
-# -------------------------------------------------------------------
-
-# This first category is required and the category
-# must be named 'default'. This is used for all logging
-# where an explicit category is not specified.
-
-log4j.category.org.apache.torque = ALL, org.apache.torque
-log4j.appender.org.apache.torque = org.apache.log4j.FileAppender
-log4j.appender.org.apache.torque.file = ${torque.applicationRoot}/logs/torque.log
-log4j.appender.org.apache.torque.layout = org.apache.log4j.PatternLayout
-log4j.appender.org.apache.torque.layout.conversionPattern = %d [%t] %-5p %c - %m%n
-log4j.appender.org.apache.torque.append = false
-
# -------------------------------------------------------------------
#
# D E F A U L T S
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|