reduce http client log verbosity

This commit is contained in:
Vincent Cloutier 2023-02-10 17:04:01 -05:00
parent fec1aa1977
commit 2bf4266312
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Microsoft.Hosting.Lifetime": "Information",
"System.Net.Http.HttpClient": "Warning"
}
},
"AllowedHosts": "*",