diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 63937614..472bda65 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -64,7 +64,7 @@ namespace TShockAPI /// Whether or not the server should output debug level messages related to system operation. [Description("Whether or not the server should output debug level messages related to system operation.")] - public bool DebugLogs = true; + public bool DebugLogs = false; /// Prevents users from being able to login before they finish connecting. [Description("Prevents users from being able to login before they finish connecting.")]