reduce http client log verbosity
This commit is contained in:
parent
fec1aa1977
commit
2bf4266312
1 changed files with 2 additions and 1 deletions
|
@ -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": "*",
|
||||||
|
|
Loading…
Add table
Reference in a new issue