view flys-client/src/main/webapp/WEB-INF/log4j.properties @ 4218:6ae99d996f79

flys/issue903: Display the discharge tables of the selected gauge as chart in historical discharge calculation. There is a new class 'DischargeTablesChart' which is a Canvas and displays the chart using the new service 'DischargeTablesServiceImpl'.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 23 Oct 2012 12:01:19 +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