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": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"System.Net.Http.HttpClient": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
|
Reference in a new issue