From: jprocter Date: Sun, 15 Jan 2006 16:04:22 +0000 (+0000) Subject: minimal log.info output for commons-logging (commented out the specific org.vamsas... X-Git-Tag: Release_0.2~389 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=be715ad22bf4b6b7042dca60c9ff17b8025e8a73;p=vamsas.git 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 --- 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