mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Turned down the logging on stuff like the HTTP Client, no longer needed. Was there previously so I could ensure it was working correctly when I switched to the new HTTP Client Factory #4228
This commit is contained in:
parent
197fc5af61
commit
19d9b47430
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"System": "Information",
|
||||
"Default": "Warning",
|
||||
"System": "Warning",
|
||||
"Microsoft": "None",
|
||||
"Hangfire": "None",
|
||||
"System.Net.Http.HttpClient.health-checks": "Warning",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue