Skip to content

Commit

Permalink
log level
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Jan 11, 2019
1 parent 8d42dad commit a26e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TVRename/TVRename/TVDoc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static void SetupLogging()

syslog.Layout = "${date:format=yyyy-MM-dd HH\\:mm\\:ss} |${level:uppercase=true}| ${message} ${exception:format=toString,Data}";

LoggingRule rule = new LoggingRule("*", LogLevel.Info, syslog);
LoggingRule rule = new LoggingRule("*", LogLevel.Error, syslog);
config.LoggingRules.Add(rule);

LogManager.Configuration = config;
Expand Down

0 comments on commit a26e58d

Please sign in to comment.