1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-27 06:02:33 +01:00

Report errors on linux

This commit is contained in:
Mark McDowall 2013-10-06 15:36:55 -07:00
parent be6d5aa4c2
commit ffc40d9456

View File

@ -47,7 +47,6 @@ protected override void InitializeTarget()
protected override void Write(LogEventInfo logEvent)
{
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);