Przeglądaj źródła

Restore logging again...

Stephen Damm 6 lat temu
rodzic
commit
a5c525ad54
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SongBrowserPlugin/Logging/Logger.cs

+ 1 - 1
SongBrowserPlugin/Logging/Logger.cs

@@ -14,7 +14,7 @@ namespace SongBrowserPlugin.Logging
     public class Logger
     {
         private static readonly string LoggerName = "SongBrowserPlugin";
-        private static readonly LogLevel LogLevel = LogLevel.Trace;
+        private static readonly LogLevel LogLevel = LogLevel.Info;
         private static readonly ConsoleColor DefaultFgColor = ConsoleColor.Gray;
 
         private static void ResetForegroundColor()