[mapguide-commits] r4855 - in sandbox/adsk/2.1: Server/src/Core Web/src

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 11 17:38:31 EDT 2010


Author: brucedechant
Date: 2010-05-11 17:38:30 -0400 (Tue, 11 May 2010)
New Revision: 4855

Modified:
   sandbox/adsk/2.1/Server/src/Core/serverconfig.ini
   sandbox/adsk/2.1/Web/src/webconfig.ini
Log:
Notes:
- Remove ini file settings that are hidden at this time.

Modified: sandbox/adsk/2.1/Server/src/Core/serverconfig.ini
===================================================================
--- sandbox/adsk/2.1/Server/src/Core/serverconfig.ini	2010-05-11 17:48:21 UTC (rev 4854)
+++ sandbox/adsk/2.1/Server/src/Core/serverconfig.ini	2010-05-11 21:38:30 UTC (rev 4855)
@@ -460,23 +460,6 @@
 Filename                           = "Error.log"
 Parameters                         = CLIENT,CLIENTIP,USER,ERROR,STACKTRACE
 
-[PerformanceLogProperties]
-# *****************************************************************************
-# P E R F O R M A N C E   L O G
-#
-# Property Name                    Description
-# -----------------------------------------------------------------------------
-# Enabled                          0 = log disabled, 1 = log enabled
-# Filename                         Name of the log file
-# Parameters                       Log parameters
-# Interval                         Time interval in seconds for when the server
-#                                  writes the performance information to the log
-# *****************************************************************************
-Enabled                            = 0
-Filename                           = "Performance.log"
-Parameters                         = ADMINOPQCOUNT,CLIENTOPQCOUNT,SITEOPQCOUNT,AVGOPTIME,CPU,WORKINGSET,VIRTUALMEMORY,TOTALOPTIME,TOTALACTIVECONNECTIONS,TOTALCONNECTIONS,TOTALPROCESSEDOP,TOTALRECEIVEDOP,UPTIME, CACHESIZE, CACHEDROPPEDENTRIES
-Interval                           = 300
-
 [SessionLogProperties]
 # *****************************************************************************
 # S E S S I O N  L O G

Modified: sandbox/adsk/2.1/Web/src/webconfig.ini
===================================================================
--- sandbox/adsk/2.1/Web/src/webconfig.ini	2010-05-11 17:48:21 UTC (rev 4854)
+++ sandbox/adsk/2.1/Web/src/webconfig.ini	2010-05-11 21:38:30 UTC (rev 4855)
@@ -39,14 +39,12 @@
 #                                           case and the last 2 characters must
 #                                           be upper case.
 #
-# LogsPath                         Path where log files are stored
 # ResourcesPath                    Path where the localization resource files are stored
 # TcpIpMtu                         The TCP/IP maximum transmission unit
 #                                       0 < Value <= 65535
 # TempPath                         Path where the temporary files are stored
 # *****************************************************************************
 DefaultMessageLocale               = en
-LogsPath                           = Logs/
 ResourcesPath                      = Resources/
 TcpIpMtu                           = 1460
 TempPath                           = Temp/
@@ -117,19 +115,11 @@
 #                                       0 = false and 1 = true
 # DisableWms                       Disables OGC Wms HTTP requests
 #                                       0 = false and 1 = true
-# ErrorLogEnabled                  0 = log disabled, 1 = log enabled
-# ErrorLogFilename                 Name of the log file
-# RequestLogEnabled                0 = log disabled, 1 = log enabled
-# RequestLogFilename               Name of the log file
 # *****************************************************************************
 DebugPause                         = 0
 DisableAuthoring                   = 0
 DisableWfs                         = 0
 DisableWms                         = 0
-ErrorLogEnabled                    = 0
-ErrorLogFilename                   = Error.log
-RequestLogEnabled                  = 0
-RequestLogFilename                 = Request.log
 
 [OgcProperties]
 # *****************************************************************************



More information about the mapguide-commits mailing list