mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Nzbdrone.exe file logging
This commit is contained in:
parent
d3f6c685cd
commit
9be08b810e
4 changed files with 42 additions and 12 deletions
|
@ -43,6 +43,7 @@ namespace NzbDrone
|
|||
|
||||
private static void InitilizeApp()
|
||||
{
|
||||
LogConfiguration.RegisterFileLogger("nzbdrone.log");
|
||||
LogConfiguration.RegisterConsoleLogger(LogLevel.Debug);
|
||||
LogConfiguration.RegisterUdpLogger();
|
||||
LogConfiguration.RegisterExceptioneer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue