annotate src/test/resources/log4j.properties @ 1290:14876c62f692

Push down refreshing of persisted objects deeper into the stack. There are more places besides creation of Probe objects where it is useful to return within the response what has been really written to the database (including modifications by the database itself) instead of merely the request data, e.g. creation of Ort objects, which includes database generated ort_ids.
author Tom Gottfried <tom@intevation.de>
date Wed, 08 Feb 2017 18:02:05 +0100
parents 69be53d22a18
children
rev   line source
905
df2908334150 Set netzbetreiber-specific IDs UNIQUE per netzbetreiber.
Tom Gottfried <tom@intevation.de>
parents: 829
diff changeset
1 log4j.rootLogger=DEBUG, lada
463
f6b206b2bdac Improved test logging.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 461
diff changeset
2 log4j.logger.org.apache.http=INFO
f6b206b2bdac Improved test logging.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 461
diff changeset
3 log4j.logger.org.xnio=WARN
461
492f549b15ac Pipe tests into a separate logfile.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
4 log4j.logger.org.hibernate=INFO
1090
4f52e8bc3572 Untabify config file and improve logging.
Tom Gottfried <tom@intevation.de>
parents: 905
diff changeset
5 log4j.logger.org.jboss=INFO
1242
69be53d22a18 Silence DEBUG logging of geotools.
Tom Gottfried <tom@intevation.de>
parents: 1097
diff changeset
6 log4j.logger.org.geotools=WARN
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
7 log4j.appender.lada=org.apache.log4j.RollingFileAppender
1097
186d602e031a Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents: 1090
diff changeset
8 log4j.appender.lada.File=/var/log/wildfly/lada-server-test.log
461
492f549b15ac Pipe tests into a separate logfile.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
9 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
10 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
11 log4j.appender.lada.layout=org.apache.log4j.PatternLayout
1090
4f52e8bc3572 Untabify config file and improve logging.
Tom Gottfried <tom@intevation.de>
parents: 905
diff changeset
12 log4j.appender.lada.layout.ConversionPattern=%d{HH:mm:ss,sss}: %-5p %c{1} - %m%n
829
4d4bbacb04e3 Updated test configs for arquillian persistence extension.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 463
diff changeset
13 log4j.logger.org.dbunit=ERROR
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)