Browse Source

Restore logging default.
Version bump to 3.0.4

Stephen Damm 6 years ago
parent
commit
3274fb1e47
2 changed files with 2 additions and 2 deletions
  1. 1 1
      SongBrowserPlugin/Logging/Logger.cs
  2. 1 1
      SongBrowserPlugin/Plugin.cs

+ 1 - 1
SongBrowserPlugin/Logging/Logger.cs

@@ -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()

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -14,7 +14,7 @@ namespace SongBrowserPlugin
 {
 {
     public class Plugin : IPlugin
     public class Plugin : IPlugin
     {
     {
-        public const string VERSION_NUMBER = "3.0.4-Beta-4";
+        public const string VERSION_NUMBER = "3.0.4";
 
 
         public string Name
         public string Name
         {
         {