basic logging configs.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 23 Nov 2005 15:35:22 +0000 (15:35 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 23 Nov 2005 15:35:22 +0000 (15:35 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@97 be28352e-c001-0410-b1a7-c7978e42abec

lib/commons-logging.properties
lib/log4j.properties

index a809e04..09b7f36 100644 (file)
@@ -5,4 +5,4 @@
 #org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 
 # Uncomment the next line to enable log4j based logging
-#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
index 3ca86f4..d6d0650 100644 (file)
@@ -1,7 +1,7 @@
 # Set root category priority to INFO and its only appender to CONSOLE.
 log4j.rootCategory=INFO, CONSOLE
 #log4j.rootCategory=INFO, CONSOLE, LOGFILE
-
+log4j.logger.org.vamsas=INFO, CONSOLE
 # Set the enterprise logger category to FATAL and its only appender to CONSOLE.
 log4j.logger.org.apache.axis.enterprise=FATAL, CONSOLE