view src/test/resources/log4j.properties @ 1082:6499f2410c42

Fix validation of subintervall for yearly samples. Validity and subintervall are actually redundant for yearly samples. Giving a subintervall wider than validity will never result in generation of samples because the start will never match validity.
author Tom Gottfried <tom@intevation.de>
date Mon, 10 Oct 2016 17:23:39 +0200
parents df2908334150
children ea550e9a09a3 4f52e8bc3572
line wrap: on
line source
log4j.rootLogger=DEBUG, lada
log4j.logger.org.apache.http=INFO
log4j.logger.org.xnio=WARN
log4j.logger.org.hibernate=INFO
log4j.appender.lada=org.apache.log4j.RollingFileAppender
log4j.appender.lada.File=log/lada-server-test.log
log4j.appender.lada.MaxFileSize=5MB
log4j.appender.lada.MaxBackupIndex=5
log4j.appender.lada.layout=org.apache.log4j.PatternLayout
log4j.appender.lada.layout.ConversionPattern=%d: %m%n
log4j.logger.org.dbunit=ERROR
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)