Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/classes/log4j.properties Tue Nov 02 17:15:08 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/classes/log4j.properties Fri Nov 26 10:04:22 2010 +0000 @@ -1,6 +1,9 @@ #### Log just errors and warnings to a file. log4j.rootLogger=WARN, BSH +## The following line enables the output of the MapViewer call document. +log4j.category.de.intevation.gnv.action.mapviewer.MapViewerCallAction=DEBUG + #### Log everything to a file. #log4j.rootLogger=DEBUG, BSH