changeset 8838:1fa03f3c9d3d

Use the webservers log for MapServer. This should make this configuration less dependend on a specific system and reduces the places to search in when errors occur.
author Tom Gottfried <tom@intevation.de>
date Tue, 30 May 2017 12:51:42 +0200
parents 4542d23f98bf
children 2c8259176c46
files artifacts/doc/conf/mapserver/mapfile.vm artifacts/doc/conf/mapserver/river-mapfile.vm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/mapserver/mapfile.vm	Wed May 17 17:45:56 2017 +0200
+++ b/artifacts/doc/conf/mapserver/mapfile.vm	Tue May 30 12:51:42 2017 +0200
@@ -14,7 +14,7 @@
     END
 
     DEBUG 5
-    CONFIG "MS_ERRORFILE" "/tmp/flys-user-wms.log"
+    CONFIG "MS_ERRORFILE" "stderr"
 
     WEB
       METADATA
--- a/artifacts/doc/conf/mapserver/river-mapfile.vm	Wed May 17 17:45:56 2017 +0200
+++ b/artifacts/doc/conf/mapserver/river-mapfile.vm	Tue May 30 12:51:42 2017 +0200
@@ -14,7 +14,7 @@
     END
 
     DEBUG 3
-    CONFIG "MS_ERRORFILE" "/tmp/flys-rivers-wms.log"
+    CONFIG "MS_ERRORFILE" "stderr"
 
     WEB
       METADATA

http://dive4elements.wald.intevation.org