Mercurial > mxd2map
diff conf/log4j.properties @ 120:11d63bf00326
Changed exception handling and logging in writer classes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 16 Jun 2011 14:49:45 +0200 |
parents | 84f202b6aa65 |
children | 4dc2b9aa3c57 |
line wrap: on
line diff
--- a/conf/log4j.properties Thu Jun 16 14:13:39 2011 +0200 +++ b/conf/log4j.properties Thu Jun 16 14:49:45 2011 +0200 @@ -10,7 +10,7 @@ #log4j.rootLogger=WARN, Console log4j.appender.Console=org.apache.log4j.ConsoleAppender -log4j.appender.Console.Threshold=WARN +log4j.appender.Console.Threshold=INFO log4j.appender.Console.layout=org.apache.log4j.PatternLayout log4j.appender.Console.layout.ConversionPattern=%d [%t] %-5p %c - %m%n