view src/test/resources/log4j.properties @ 1091:8f2b1a8f2a73

Apply database seeding only once and run all tests in sequence. Before many tests were run before the database was filled and thus failed on first run.
author Tom Gottfried <tom@intevation.de>
date Thu, 13 Oct 2016 21:25:51 +0200
parents 4f52e8bc3572
children 186d602e031a
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.logger.org.jboss=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{HH:mm:ss,sss}: %-5p %c{1} - %m%n
log4j.logger.org.dbunit=ERROR
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)