[PATCH] Use the webservers log for MapServer
Wald Commits
scm-commit at wald.intevation.org
Tue May 30 12:52:09 CEST 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1496141502 -7200
# Node ID 1fa03f3c9d3d9c320f6bd37078ad7f47b367b706
# Parent 4542d23f98bf5538c5648292bfe7ef1beb11c343
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.
diff -r 4542d23f98bf -r 1fa03f3c9d3d artifacts/doc/conf/mapserver/mapfile.vm
--- 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
diff -r 4542d23f98bf -r 1fa03f3c9d3d artifacts/doc/conf/mapserver/river-mapfile.vm
--- 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
More information about the Dive4Elements-commits
mailing list