[mapserver-commits] r12676 - trunk/docs/en/mapcache

svn at osgeo.org svn at osgeo.org
Wed Oct 19 08:38:43 EDT 2011


Author: tbonfort
Date: 2011-10-19 05:38:43 -0700 (Wed, 19 Oct 2011)
New Revision: 12676

Modified:
   trunk/docs/en/mapcache/config.txt
Log:
add doc for mapcache log_level and auto_reload


Modified: trunk/docs/en/mapcache/config.txt
===================================================================
--- trunk/docs/en/mapcache/config.txt	2011-10-19 12:30:06 UTC (rev 12675)
+++ trunk/docs/en/mapcache/config.txt	2011-10-19 12:38:43 UTC (rev 12676)
@@ -513,3 +513,25 @@
         this location should be writable by the apache user
    -->
    <lock_dir>/tmp</lock_dir>
+   
+   <!-- log_level
+      For CGI/FastCGI only - For the apache module use the httpd.conf
+      LogLevel key.
+      Defines the verbosity of the what is sent to the logs.
+        - debug
+        - info
+        - notice
+        - warn (default)
+        - error
+        - crit
+        - alert
+        - emerg
+   -->
+   <log_level>warn</log_level>
+
+   <!-- auto_reload
+      For FastCGI only. If set to true, the configuration will be automatically
+      reloaded if the configuration file has changed.
+      default is false.
+   -->
+   <auto_reload>true</auto_reload>



More information about the mapserver-commits mailing list