Disable debug logs by default
This commit is contained in:
parent
0d214d8663
commit
597e403d50
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue