[Dive4elements-commits] [PATCH 2 of 3] Use the same structure for the default MS_ERRORFILE in rivers.map that

Wald Commits scm-commit at wald.intevation.org
Wed Mar 13 11:27:11 CET 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1363170323 -3600
# Node ID b331742ba78db066b06bd9cb3a1e7b352254870b
# Parent  df7028d0cb93c937ed6255f912d470049222e1cd
Use the same structure for the default MS_ERRORFILE in rivers.map that
is used in the flys.map

diff -r df7028d0cb93 -r b331742ba78d flys-artifacts/doc/conf/mapserver/river-mapfile.vm
--- a/flys-artifacts/doc/conf/mapserver/river-mapfile.vm	Wed Mar 13 11:23:08 2013 +0100
+++ b/flys-artifacts/doc/conf/mapserver/river-mapfile.vm	Wed Mar 13 11:25:23 2013 +0100
@@ -14,7 +14,7 @@
     END
 
     DEBUG 3
-    CONFIG "MS_ERRORFILE" "log/rivers.log"
+    CONFIG "MS_ERRORFILE" "/tmp/flys-rivers-wms.log"
 
     WEB
       METADATA
@@ -57,4 +57,4 @@
     #foreach ($LAYER in $LAYERS)
         include "$LAYER"
     #end
-END
\ No newline at end of file
+END


More information about the Dive4elements-commits mailing list