fix(appsettings): adjust logging level for HttpClient to Warning

This commit is contained in:
shiyu
2025-06-07 16:58:43 +08:00
parent 4e66cbf563
commit 46b9b3a5e4

View File

@@ -5,6 +5,7 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"System.Net.Http.HttpClient": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}