mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-01 15:19:22 +00:00
[skip ci] Use LogInfo instead of LogError when logging parsed matches
This commit is contained in:
parent
1402bcfd65
commit
9654b12989
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class MatchController : ControllerBase
|
|||
return this.BadRequest();
|
||||
}
|
||||
|
||||
Logger.LogError($"Parsed match from {user.Username} (type: {matchData.GetType()})", LogArea.Match);
|
||||
Logger.LogInfo($"Parsed match from {user.Username} (type: {matchData.GetType()})", LogArea.Match);
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue