Mercurial > lada > lada-server
annotate src/main/webapp/WEB-INF/classes/log4j.properties @ 444:1a95ca383681
Added annotations to probe id marking the field as generated value.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 11 Feb 2015 12:47:29 +0100 |
parents | 5011173fd340 |
children | 843eff9bff02 |
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 |
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
2 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
|
3 log4j.appender.lada=org.apache.log4j.RollingFileAppender |
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.appender.lada.File=../log/lada-server.log |
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.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
|
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 |