view contrib/make_flys_release/confs/log4j.properties @ 6229:3fea9701d58d

Fix gauge determination. If we look upstream ( a > b ) we still have to compare the start value of our range against the gauge and not the end value. The start value is always the relevant value as we handle the direction by checking this against A or B of the gauge. Also: I will never compare doubles with == again. I will never compare doubles with == again. I will never compare doubles with == again. I will never compare doubles with == again. I will never compare doubles with == again.
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 06 Jun 2013 18:23:17 +0200
parents 9d404069f361
children
line wrap: on
line source
log4j.rootLogger=DEBUG, FLYS

########## INTERNAL PACKAGES
log4j.category.de.intevation.artifactdatabase=INFO

########## INTERNAL CLASSES
log4j.category.de.intevation.artifactdatabase.DatabaseCleaner=INFO
log4j.category.de.intevation.flys.utils.ThemeUtil=INFO


########## EXTERNAL PACKAGES
log4j.category.org.hibernate=WARN
log4j.category.net.sf.ehcache=WARN
log4j.category.org.eclipse=WARN
log4j.category.org.restlet=INFO


########## APPENDER SETTINGS
log4j.appender.FLYS.layout=org.apache.log4j.PatternLayout
log4j.appender.FLYS.layout.ConversionPattern=%d{HH:mm:ss} [%t] %-5p %c{1} - %m%n


log4j.appender.FLYS=org.apache.log4j.RollingFileAppender
log4j.appender.FLYS.File=/tmp/flys-server-default.log
log4j.appender.FLYS.MaxFileSize=5000KB
log4j.appender.FLYS.MaxBackupIndex=1

http://dive4elements.wald.intevation.org