From be715ad22bf4b6b7042dca60c9ff17b8025e8a73 Mon Sep 17 00:00:00 2001 From: jprocter Date: Sun, 15 Jan 2006 16:04:22 +0000 Subject: [PATCH] minimal log.info output for commons-logging (commented out the specific org.vamsas logger so root logger takes precedence only) git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@131 be28352e-c001-0410-b1a7-c7978e42abec --- resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/log4j.properties b/resources/log4j.properties index d6d0650..9904301 100644 --- a/resources/log4j.properties +++ b/resources/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 +#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