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

pull/4235/head v4.0.1425
tidusjar 3 years ago
parent 197fc5af61
commit 19d9b47430

@ -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",

Loading…
Cancel
Save