mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-18 10:17:36 +08:00
fix(appsettings): adjust logging level for HttpClient to Warning
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"System.Net.Http.HttpClient": "Warning",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user