Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/classes/log4j.properties @ 1023:e887763a37e2
Enabled debug logging of the xml document that is used in the MapViewer call (#323).
gnv/trunk@1277 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 26 Nov 2010 10:04:22 +0000 |
parents | 090d8331e5fd |
children |
comparison
equal
deleted
inserted
replaced
1022:28a0628b11b0 | 1023:e887763a37e2 |
---|---|
1 #### Log just errors and warnings to a file. | 1 #### Log just errors and warnings to a file. |
2 log4j.rootLogger=WARN, BSH | 2 log4j.rootLogger=WARN, BSH |
3 | |
4 ## The following line enables the output of the MapViewer call document. | |
5 log4j.category.de.intevation.gnv.action.mapviewer.MapViewerCallAction=DEBUG | |
3 | 6 |
4 #### Log everything to a file. | 7 #### Log everything to a file. |
5 #log4j.rootLogger=DEBUG, BSH | 8 #log4j.rootLogger=DEBUG, BSH |
6 | 9 |
7 log4j.appender.BSH=org.apache.log4j.RollingFileAppender | 10 log4j.appender.BSH=org.apache.log4j.RollingFileAppender |