Default physics logging to off
parent
9edbbf2728
commit
e72f08e02a
|
@ -681,7 +681,7 @@ namespace OpenSim.Region.CoreModules.RegionSync.RegionSyncModule
|
||||||
#region Message Logging
|
#region Message Logging
|
||||||
public static bool logInput = false;
|
public static bool logInput = false;
|
||||||
public static bool logOutput = true;
|
public static bool logOutput = true;
|
||||||
public static bool logEnabled = true;
|
public static bool logEnabled = false;
|
||||||
private class PhysMsgLogger
|
private class PhysMsgLogger
|
||||||
{
|
{
|
||||||
public DateTime startTime;
|
public DateTime startTime;
|
||||||
|
|
Loading…
Reference in New Issue