Mercurial > lada > lada-server
annotate src/main/webapp/WEB-INF/classes/log4j.properties @ 848:c2725534f08b
Services no use the database based query filter.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 27 Jan 2016 14:54:28 +0100 |
parents | 1ed5e3692215 |
children | 305f138982eb |
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 |
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
5 log4j.appender.lada=org.apache.log4j.RollingFileAppender |
738
1ed5e3692215
fix set media_from_mediadesk
Michael Stanko <mstanko@bfs.de>
parents:
590
diff
changeset
|
6 log4j.appender.lada.File=/var/log/wildfly/lada-server.log |
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.MaxFileSize=1MB |
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.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
|
9 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
|
10 log4j.appender.lada.layout.ConversionPattern=%d %p %l: %m%n |