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

This commit is contained in:
tidusjar 2021-06-17 08:10:35 +01:00
commit 19d9b47430

View file

@ -2,8 +2,8 @@
"Logging": { "Logging": {
"IncludeScopes": false, "IncludeScopes": false,
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Warning",
"System": "Information", "System": "Warning",
"Microsoft": "None", "Microsoft": "None",
"Hangfire": "None", "Hangfire": "None",
"System.Net.Http.HttpClient.health-checks": "Warning", "System.Net.Http.HttpClient.health-checks": "Warning",