annotate src/test/resources/log4j.properties @ 461:492f549b15ac

Pipe tests into a separate logfile.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 16 Feb 2015 15:25:47 +0100
parents 5011173fd340
children f6b206b2bdac
rev   line source
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
1 log4j.rootLogger=DEBUG, lada
461
492f549b15ac Pipe tests into a separate logfile.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
2 log4j.logger.org.hibernate=INFO
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
3 log4j.appender.lada=org.apache.log4j.RollingFileAppender
461
492f549b15ac Pipe tests into a separate logfile.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
4 log4j.appender.lada.File=../log/lada-server-test.log
492f549b15ac Pipe tests into a separate logfile.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
5 log4j.appender.lada.MaxFileSize=5MB
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
6 log4j.appender.lada.MaxBackupIndex=5
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
7 log4j.appender.lada.layout=org.apache.log4j.PatternLayout
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
8 log4j.appender.lada.layout.ConversionPattern=%d %p %l: %m%n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)