Skip to content

Commit 44a78e4

Browse files
committed
Distinguish debug logs a bit more
1 parent d464ef7 commit 44a78e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLBotCS/ManagerTools/Logging.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private string[] GetLogLevelColors(LogLevel logLevel) =>
7575
logLevel switch
7676
{
7777
LogLevel.Trace => new[] { Grey, Grey, Grey, Grey },
78-
LogLevel.Debug => new[] { Grey, LightBlue, Grey, LightBlue },
78+
LogLevel.Debug => new[] { Grey, Grey, Grey, LightBlue },
7979
LogLevel.Information => new[] { Grey, LightBlue, Grey, LightBlue },
8080
LogLevel.Warning => new[] { Yellow, Yellow, Yellow, Yellow },
8181
LogLevel.Error => new[] { Red, Red, Red, Red },

0 commit comments

Comments
 (0)