view src/test/resources/log4j.properties @ 1089:719129c13666

Fix regression of Rev 37952c111f71. Rev 37952c111f71 led to wiping away every role given in a comma separated list after the first comma, which also broke the automatic tests.
author Tom Gottfried <tom@intevation.de>
date Thu, 13 Oct 2016 19:46:28 +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)