Mercurial > dive4elements > framework
comparison ChangeLog @ 83:8c4638abd518
Installed a SLF4J bridge to route incoming jul logs (used by restlet) to log4j.
artifacts/trunk@820 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Mar 2010 15:54:06 +0000 |
parents | efe752c4f8b2 |
children | 72e2dd4feb31 |
comparison
equal
deleted
inserted
replaced
82:efe752c4f8b2 | 83:8c4638abd518 |
---|---|
1 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/App.java: | |
4 Install a SLF4JBridgeHandler after logging is configured. This handler is | |
5 used to route incoming java.util.logging logs to SLF4J. In our case, we | |
6 route this incoming log to our log4j logger. | |
7 | |
8 * artifact-database/pom.xml: Added dependencies for SLF4J 1.5.11. | |
9 | |
1 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 10 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 11 |
3 Issue208 (Remove special data of an 'out'-target before exporting | 12 Issue208 (Remove special data of an 'out'-target before exporting |
4 artifacts) | 13 artifacts) |
5 | 14 |