annotate gnv/src/main/webapp/WEB-INF/config/log4j.properties @ 388:6e16dc005704

Removed for-each statements and replaced them with templates. gnv/trunk@507 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 05 Jan 2010 08:52:49 +0000
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