default LogLevel to 0

This commit is contained in:
Sardelka9515
2022-08-19 21:43:23 +08:00
parent 3e61498366
commit 62bf15dede
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ namespace RageCoop.Client
/// LogLevel for RageCoop.
/// 0:Trace, 1:Debug, 2:Info, 3:Warning, 4:Error
/// </summary>
public int LogLevel = 2;
public int LogLevel = 00;
/// <summary>
/// The key to open menu

View File

@ -63,7 +63,7 @@
/// <summary>
/// See <see cref="Core.Logger.LogLevel"/>.
/// </summary>
public int LogLevel { get; set; }=2;
public int LogLevel { get; set; } = 0;
/// <summary>
/// NPC data won't be sent to a player if their distance is greater than this value. -1 for unlimited.