From be83bff89342d35c22f46e7f54439be07be0ac23 Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 19 Aug 2020 22:01:44 +0100 Subject: [PATCH] Quieten calibre --- src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs b/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs index a7643a16a..7af05d92b 100644 --- a/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs +++ b/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs @@ -233,6 +233,7 @@ namespace NzbDrone.Core.Books.Calibre try { var builder = GetBuilder($"ajax/books", settings); + builder.LogResponseContent = false; var request = builder.Build(); var response = _httpClient.Get>(request);