annotate gnv/src/main/webapp/WEB-INF/config/log4j.properties @ 662:755dd2fa4a0a 0.5

merged geo-backend/0.5
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:53 +0200
parents ec56ef8f3e58
children
rev   line source
24
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 # Set root logger level to DEBUG and its only appender to A1.
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 log4j.rootLogger=DEBUG, A1
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
3
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
4 # A1 is set to be a ConsoleAppender.
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
5 log4j.appender.A1=org.apache.log4j.ConsoleAppender
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
6
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
7 # A1 uses PatternLayout.
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
8 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
9 log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
10
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
11 # Abschalten des geschw�tzigen Loggings in dre Klasse JspServlet
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 log4j.category.org.apache.jasper.servlet.JspServlet=WARN
ec56ef8f3e58 Configurable logging integrated in the Web-Application
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
13 log4j.category.org.apache.catalina.core.ContainerBase=WARN

http://dive4elements.wald.intevation.org