From 19d9b4743006a05103743b596273666276442766 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 17 Jun 2021 08:10:35 +0100 Subject: [PATCH] Turned down the logging on stuff like the HTTP Client, no longer needed. Was there previously so I could ensure it was working correctly when I switched to the new HTTP Client Factory #4228 --- src/Ombi/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ombi/appsettings.json b/src/Ombi/appsettings.json index 8f1f3848d..869428806 100644 --- a/src/Ombi/appsettings.json +++ b/src/Ombi/appsettings.json @@ -2,8 +2,8 @@ "Logging": { "IncludeScopes": false, "LogLevel": { - "Default": "Information", - "System": "Information", + "Default": "Warning", + "System": "Warning", "Microsoft": "None", "Hangfire": "None", "System.Net.Http.HttpClient.health-checks": "Warning",