From: jprocter Date: Wed, 23 Nov 2005 15:35:22 +0000 (+0000) Subject: basic logging configs. X-Git-Tag: Release_0.2~423 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=310e86ecefb8cd7b4d481471c3ebbc18a20f1364;p=vamsas.git basic logging configs. git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@97 be28352e-c001-0410-b1a7-c7978e42abec --- 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