view flys-client/src/main/webapp/WEB-INF/log4j.properties @ 4174:eaf83d4ae6b1

Sorted gauges for reference gauge selection in historical discharge calculation based on their name. Now, Gauge implements the Java Comparable interface and takes its name into account.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 18 Oct 2012 13:12:24 +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