mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Downgraded some logs
This commit is contained in:
parent
80d47e611c
commit
d3471b5bbb
5 changed files with 37 additions and 16 deletions
|
@ -21,6 +21,7 @@ namespace NzbDrone
|
|||
AppDomain.CurrentDomain.UnhandledException += ((s, e) => AppDomainException(e));
|
||||
AppDomain.CurrentDomain.ProcessExit += ProgramExited;
|
||||
AppDomain.CurrentDomain.DomainUnload += ProgramExited;
|
||||
Process.GetCurrentProcess().EnableRaisingEvents = true;
|
||||
Process.GetCurrentProcess().Exited += ProgramExited;
|
||||
|
||||
Config.ConfigureNlog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue