Default physics logging to off

dsg
Robert Adams 2011-03-11 15:56:33 -08:00
parent 9edbbf2728
commit e72f08e02a
1 changed files with 1 additions and 1 deletions

View File

@ -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;