mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Exceptions are now sent to exceptrack
This commit is contained in:
parent
2b5776acbf
commit
aff17f7767
17 changed files with 58 additions and 159 deletions
|
@ -62,6 +62,7 @@ namespace NzbDrone.Update
|
|||
private static void InitLoggers()
|
||||
{
|
||||
ReportingService.RestProvider = _kernel.Get<RestProvider>();
|
||||
ReportingService.SetupExceptrackDriver();
|
||||
|
||||
LogConfiguration.RegisterRemote();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue