Disable debug logs by default

This commit is contained in:
Lucas Nicodemus 2021-01-28 00:22:28 -08:00
parent 0d214d8663
commit 597e403d50

View file

@ -64,7 +64,7 @@ namespace TShockAPI
/// <summary>Whether or not the server should output debug level messages related to system operation.</summary>
[Description("Whether or not the server should output debug level messages related to system operation.")]
public bool DebugLogs = true;
public bool DebugLogs = false;
/// <summary>Prevents users from being able to login before they finish connecting.</summary>
[Description("Prevents users from being able to login before they finish connecting.")]