view artifacts/doc/conf/log4j.properties @ 8472:3f505fba522f

(issue1772) Use 0.001km tolarance instead of 0.1 to find matching km. There is no sense to use a define here. I will not write static final double NULLPOINTNULLNULLONE=0.001 if i just want to use that value and not any other value which may make sense in some other place. Using hardcoded values can have its merits and makes the code easier to read.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 18 Nov 2014 15:24:40 +0100
parents e55119cbdc19
children e5349f886c93
line wrap: on
line source
log4j.rootLogger=DEBUG, FLYS

########## 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=/var/log/d4e-river/d4e-server.log
log4j.appender.FLYS.MaxFileSize=5000KB
log4j.appender.FLYS.MaxBackupIndex=1

http://dive4elements.wald.intevation.org