[Mapbender-commits] r2189 - branches/2.5/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 6 06:23:43 EST 2008


Author: christoph
Date: 2008-03-06 06:23:43 -0500 (Thu, 06 Mar 2008)
New Revision: 2189

Modified:
   branches/2.5/conf/mapbender.conf-dist
Log:
logging off by default

Modified: branches/2.5/conf/mapbender.conf-dist
===================================================================
--- branches/2.5/conf/mapbender.conf-dist	2008-03-06 11:22:25 UTC (rev 2188)
+++ branches/2.5/conf/mapbender.conf-dist	2008-03-06 11:23:43 UTC (rev 2189)
@@ -139,9 +139,9 @@
 # Mapbender error logging
 # --------------------------------------------
 
-define("LOG_LEVEL_LIST", "off,error,warning,notice,all");
-define("LOG_LEVEL", "all");
-define("LOG_JS", "on"); // "on", "alert", "console", "off"
+define("LOG_LEVEL_LIST", "off,error,warning,notice,all"); // DO NOT CHANGE!!
+define("LOG_LEVEL", "off"); // one of the above
+define("LOG_JS", "off"); // "on", "alert", "console", "off"
 
 ###HACK for GLOBALS
 $DBSERVER=DBSERVER;



More information about the Mapbender_commits mailing list