fix: Only log error messages from Microsoft (#4787)

[skip ci]
This commit is contained in:
sephrat 2022-10-31 10:28:13 +01:00 committed by GitHub
commit c614e0ca5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning",
"Microsoft": "Error",
"Hangfire": "None",
"System.Net.Http.HttpClient.health-checks": "Warning",
"HealthChecks": "Warning"