Mercurial > lada > lada-server
annotate src/test/resources/log4j.properties @ 551:68c8b9e5f3e9 openid
Let the return to url be handled by the client.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 12 Mar 2015 17:40:20 +0100 |
parents | f6b206b2bdac |
children | 4d4bbacb04e3 |
rev | line source |
---|---|
463
f6b206b2bdac
Improved test logging.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
461
diff
changeset
|
1 log4j.rootLogger=INFO, lada |
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 |
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
|
5 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
|
6 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
|
7 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
|
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 |
463
f6b206b2bdac
Improved test logging.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
461
diff
changeset
|
10 log4j.appender.lada.layout.ConversionPattern=%d: %m%n |