Update logging configuration to set Microsoft.EntityFrameworkCore.Database.Command level to Error

This commit is contained in:
2026-07-08 15:17:19 -04:00
parent 2415f288f7
commit 4e6bf45701
2 changed files with 2 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"Override": {
"Microsoft": "Warning",
"System": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Error"
}
},
"WriteTo": [