view flys-client/src/main/webapp/WEB-INF/log4j.properties @ 5622:b28a6d05e969

Add a new mechanism in mapfish print call to add arbitary data maps Data properties are identified by starting with mapfish-data and they are then split in info value pairs where info can be the description of the information and value the value of the information to be transported in the data map.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 09 Apr 2013 19:04:32 +0200
parents d0eb2202ffbe
children
line wrap: on
line source
log4j.rootLogger=DEBUG, FLYS

########## INTERNAL PACKAGES
log4j.category.de.intevation.flys.client.server=DEBUG


########## EXTERNAL PACKAGES
log4j.category.org.apache.http=ERROR
log4j.category.de.intevation.artifacts.httpclient=WARN

########## APPENDER SETTINGS
log4j.appender.FLYS.layout=org.apache.log4j.PatternLayout
log4j.appender.FLYS.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

log4j.appender.FLYS=org.apache.log4j.RollingFileAppender
log4j.appender.FLYS.File=/tmp/flys-client.log
log4j.appender.FLYS.MaxFileSize=5000KB
log4j.appender.FLYS.MaxBackupIndex=3

http://dive4elements.wald.intevation.org