reduce http client log verbosity

This commit is contained in:
Vincent Cloutier 2023-02-10 17:04:01 -05:00
parent fec1aa1977
commit 2bf4266312

View file

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