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

View File

@@ -5,7 +5,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": ""