From 310e86ecefb8cd7b4d481471c3ebbc18a20f1364 Mon Sep 17 00:00:00 2001 From: jprocter Date: Wed, 23 Nov 2005 15:35:22 +0000 Subject: [PATCH] basic logging configs. git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@97 be28352e-c001-0410-b1a7-c7978e42abec --- lib/commons-logging.properties | 2 +- lib/log4j.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commons-logging.properties b/lib/commons-logging.properties index a809e04..09b7f36 100644 --- a/lib/commons-logging.properties +++ b/lib/commons-logging.properties @@ -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 diff --git a/lib/log4j.properties b/lib/log4j.properties index 3ca86f4..d6d0650 100644 --- a/lib/log4j.properties +++ b/lib/log4j.properties @@ -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 -- 1.7.10.2