removed logconfiguration

This commit is contained in:
kay.one 2013-02-27 22:59:08 -08:00
commit 651c7c095a
23 changed files with 2762 additions and 245 deletions

View file

@ -22,7 +22,6 @@ namespace NzbDrone.Core.Instrumentation
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Info, this));
LogManager.ConfigurationReloaded += (sender, args) => Register();
LogConfiguration.Reload();
}