mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-22 05:50:56 +00:00
Report errors on linux
This commit is contained in:
parent
be6d5aa4c2
commit
ffc40d9456
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ protected override void InitializeTarget()
|
||||||
protected override void Write(LogEventInfo logEvent)
|
protected override void Write(LogEventInfo logEvent)
|
||||||
{
|
{
|
||||||
if (logEvent == null || logEvent.Exception == null) return;
|
if (logEvent == null || logEvent.Exception == null) return;
|
||||||
if (OsInfo.IsLinux) return;
|
|
||||||
|
|
||||||
InternalLogger.Trace("Sending Exception to api.exceptron.com. Process Name: {0}", Process.GetCurrentProcess().ProcessName);
|
InternalLogger.Trace("Sending Exception to api.exceptron.com. Process Name: {0}", Process.GetCurrentProcess().ProcessName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue