From e72f08e02a0f49254d51350bae65236a0e6b2e01 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 11 Mar 2011 15:56:33 -0800 Subject: [PATCH] Default physics logging to off --- .../RegionSync/RegionSyncModule/SceneToPhysEngineSyncServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/SceneToPhysEngineSyncServer.cs b/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/SceneToPhysEngineSyncServer.cs index 32262c0232..a4e34b5166 100644 --- a/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/SceneToPhysEngineSyncServer.cs +++ b/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/SceneToPhysEngineSyncServer.cs @@ -681,7 +681,7 @@ namespace OpenSim.Region.CoreModules.RegionSync.RegionSyncModule #region Message Logging public static bool logInput = false; public static bool logOutput = true; - public static bool logEnabled = true; + public static bool logEnabled = false; private class PhysMsgLogger { public DateTime startTime;