|
@@ -14,7 +14,7 @@ namespace SongBrowserPlugin.Logging
|
|
public class Logger
|
|
public class Logger
|
|
{
|
|
{
|
|
private static readonly string LoggerName = "SongBrowserPlugin";
|
|
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 readonly ConsoleColor DefaultFgColor = ConsoleColor.Gray;
|
|
|
|
|
|
private static void ResetForegroundColor()
|
|
private static void ResetForegroundColor()
|