Nzbdrone.exe file logging

This commit is contained in:
kay.one 2011-12-19 11:07:39 -08:00
commit 9be08b810e
4 changed files with 42 additions and 12 deletions

View file

@ -43,6 +43,7 @@ namespace NzbDrone
private static void InitilizeApp()
{
LogConfiguration.RegisterFileLogger("nzbdrone.log");
LogConfiguration.RegisterConsoleLogger(LogLevel.Debug);
LogConfiguration.RegisterUdpLogger();
LogConfiguration.RegisterExceptioneer();