comparison gnv-artifacts/doc/conf/log4j.properties @ 257:b198ca47f363

Added Documentation of Configuration-Files gnv-artifacts/trunk@334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 13 Nov 2009 13:01:01 +0000
parents b66e8a6f3907
children
comparison
equal deleted inserted replaced
256:008709f79611 257:b198ca47f363
1 ###############################################################################
2 # Developmentconfiguration for the Loggingengine.
3 # The Configuration will only log the Information to the Console.
4 # For Test- and Productionenviroment it is necessary to create a
5 # separate Configuration which will be log the Informations e.g. into
6 # a File (RolingFileAppender).
7 ###############################################################################
8
1 # Set root logger level to DEBUG and its only appender to A1. 9 # Set root logger level to DEBUG and its only appender to A1.
2 log4j.rootLogger=DEBUG, A1 10 log4j.rootLogger=DEBUG, A1
3 11
4 # A1 is set to be a ConsoleAppender. 12 # A1 is set to be a ConsoleAppender.
5 log4j.appender.A1=org.apache.log4j.ConsoleAppender 13 log4j.appender.A1=org.apache.log4j.ConsoleAppender

http://dive4elements.wald.intevation.org