From b36053e1f4cc9b2fe89c5632e87f32cb21f7636c Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sat, 13 May 2017 20:32:55 +0200 Subject: [PATCH] Update LogEntries token again :) --- src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs index 35c733cdf..8d319a77a 100644 --- a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs +++ b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs @@ -63,7 +63,7 @@ namespace NzbDrone.Common.Instrumentation { var target = new LogentriesTarget(); target.Name = "logentriesTarget"; - target.Token = "2b9dd69e-1b30-411c-9ce7-f20149c3fd17"; + target.Token = "7688c9ac-015f-45c7-bfee-73f370f5f380"; target.LogHostname = true; target.Debug = false;