|
@@ -14,7 +14,7 @@ namespace SongBrowser.Logging
|
|
public class Logger
|
|
public class Logger
|
|
{
|
|
{
|
|
private static readonly string LoggerName = "SongBrowser";
|
|
private static readonly string LoggerName = "SongBrowser";
|
|
- private static readonly LogLevel LogLevel = LogLevel.Debug;
|
|
|
|
|
|
+ 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()
|