annotate src/main/webapp/WEB-INF/classes/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 d8dd8ee980a6
children
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
590
843eff9bff02 Updated log4j config.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
2 log4j.logger.org.apache=WARN
843eff9bff02 Updated log4j config.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
3 log4j.logger.org.openid4java=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
4 log4j.logger.org.hibernate=ERROR
1205
d8dd8ee980a6 Silence DEBUG-logging of geotools.
Tom Gottfried <tom@intevation.de>
parents: 925
diff changeset
5 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
6 log4j.appender.lada=org.apache.log4j.RollingFileAppender
925
2b746f4e97d6 fix db-setup and stammdaten_data.sql
Michael Stanko <mstanko@bfs.de>
parents: 887
diff changeset
7 log4j.appender.lada.File=/var/log/wildfly/lada-server.log
887
305f138982eb Move auto-setting 'fertig' to correct block.
Tom Gottfried <tom@intevation.de>
parents: 738
diff changeset
8 log4j.appender.lada.MaxFileSize=20MB
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
9 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
10 log4j.appender.lada.layout=org.apache.log4j.PatternLayout
887
305f138982eb Move auto-setting 'fertig' to correct block.
Tom Gottfried <tom@intevation.de>
parents: 738
diff changeset
11 log4j.appender.lada.layout.ConversionPattern=%d{HH:mm:ss,sss}: %-5p %c{1} - %m%n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)