feat: update logging configuration to include Entity Framework Core command logging

This commit is contained in:
ShiYu
2025-05-19 22:54:35 +08:00
parent f8bc7baede
commit 252ca52a82
+2 -1
View File
@@ -5,7 +5,8 @@
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
} }
}, },
"AllowedHosts": "" "AllowedHosts": ""