mpoeschl 2003/07/24 05:40:11
Modified: src/generator maven.xml
Added: src/generator/src/conf log4j.properties
Log:
add log4j configuration
Revision Changes Path
1.1 db-torque/src/generator/src/conf/log4j.properties
Index: log4j.properties
===================================================================
# ------------------------------------------------------------------------
#
# Logging Configuration
#
# $Id: log4j.properties,v 1.1 2003/07/24 12:40:11 mpoeschl Exp $
#
# ------------------------------------------------------------------------
log4j.rootLogger = INFO, torque-gen
#
# Turbine goes into Turbine Log
#
log4j.category.org.apache.torque-gen = DEBUG, org.apache.torque.engine
log4j.additivity.org.apache.torque-gen = false
########################################################################
#
# Logfile definitions
#
########################################################################
#
# torque-gen.log
#
#log4j.appender.torque-gen = org.apache.log4j.FileAppender
#log4j.appender.torque-gen.file = ${applicationRoot}/logs/turbine.log
#log4j.appender.torque-gen.layout = org.apache.log4j.PatternLayout
#log4j.appender.torque-gen.layout.conversionPattern = %d [%t] %-5p %c - %m%n
#log4j.appender.torque-gen.append = false
log4j.appender.torque-gen = org.apache.log4j.ConsoleAppender
log4j.appender.torque-gen.layout = org.apache.log4j.PatternLayout
log4j.appender.torque-gen.layout.conversionPattern = %d [%t] %-5p %c - %m%n
1.8 +4 -0 db-torque/src/generator/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml 11 Jul 2003 05:56:41 -0000 1.7
+++ maven.xml 24 Jul 2003 12:40:11 -0000 1.8
@@ -34,6 +34,10 @@
file="${maven.src.dir}/conf/simplelog.properties"
todir="${maven.build.dest}"
/>
+ <copy
+ file="${maven.src.dir}/conf/log4j.properties"
+ todir="${maven.build.dest}"
+ />
<!-- copy templates to the right place -->
<copy todir="${maven.build.dest}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]