Mercurial > dive4elements > gnv-client
view gnv-artifacts/doc/conf/log4j.properties @ 356:3eee1369c79b
Added the Unit of the Parameter to the Query for Parameters in
all Parameterqueries where it was still missing. Now the Unit will
be displaied in the Combobox and in the Diagramm-Axis-Description
gnv-artifacts/trunk@429 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 15 Dec 2009 14:55:42 +0000 |
parents | b198ca47f363 |
children |
line wrap: on
line source
############################################################################### # Developmentconfiguration for the Loggingengine. # The Configuration will only log the Information to the Console. # For Test- and Productionenviroment it is necessary to create a # separate Configuration which will be log the Informations e.g. into # a File (RolingFileAppender). ############################################################################### # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n