Update of /cvsroot/bprocessor/bprocessor/src/etc
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4359/src/etc
Modified Files:
manifest.mf
Added Files:
log4j.properties
Log Message:
Index: manifest.mf
===================================================================
RCS file: /cvsroot/bprocessor/bprocessor/src/etc/manifest.mf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** manifest.mf 3 Dec 2010 10:12:11 -0000 1.1
--- manifest.mf 7 Dec 2010 14:43:30 -0000 1.2
***************
*** 1,2 ****
Main-Class: net.sourceforge.bprocessor.Application
! Class-Path: log4j.jar jaxb.jar library/antlr.jar library/asm-attrs.jar library/asm.jar library/bscript.jar library/cglib.jar library/commons-collections.jar library/commons-logging.jar library/dom4j.jar library/ehcache.jar library/gluegen-rt.jar core/gui.jar library/hibernate3.jar library/hsqldb.jar library/jogl.jar library/jta.jar library/model.jar library/oscache.jar library/postgresql-8.0-312.jdbc3.jar library/routefinding.jar log4j.jar plugin/facade.jar plugin/gl.jar
--- 1,2 ----
Main-Class: net.sourceforge.bprocessor.Application
! Class-Path: log4j.jar jaxb.jar library/antlr.jar library/asm-attrs.jar library/asm.jar library/bscript.jar library/cglib.jar library/commons-collections.jar library/commons-logging.jar library/dom4j.jar library/ehcache.jar library/gluegen-rt.jar core/gui.jar library/hibernate3.jar library/hsqldb.jar library/jogl.jar library/jta.jar library/model.jar library/oscache.jar library/postgresql-8.0-312.jdbc3.jar library/routefinding.jar log4j.jar plugin/gl.jar
--- NEW FILE: log4j.properties ---
# Setup the root category
log4j.rootCategory=INFO, Console
#log4j.category.net.sourceforge.bprocessor=INFO
#log4j.category.net.sourceforge.bprocessor.gl=DEBUG
### The server.log file appender
log4j.appender.Default=org.apache.log4j.RollingFileAppender
log4j.appender.Default.File=kernel.log
log4j.appender.Default.MaxFileSize=20000KB
log4j.appender.Default.MaxBackupIndex=1
log4j.appender.Default.layout=org.apache.log4j.PatternLayout
# Truncate if it aleady exists.
log4j.appender.Default.Append=false
# Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.Threshold=DEBUG
log4j.appender.Console.layout=org.apache.log4j.PatternLayout
# The pattern: Date Priority [Category] (Thread) Message\n
log4j.appender.Default.layout.ConversionPattern=%d %-5p [%c] (%t) %m%n
log4j.appender.Console.layout.ConversionPattern=%d %-5p [%c] (%t) %m%n
|