Update .gitignore to include logs directory and change logging level for Microsoft.EntityFrameworkCore.Database.Command to Warning

This commit is contained in:
2026-07-09 14:00:51 +00:00
parent 7dd56db96e
commit 6f4f3d0eb9
2 changed files with 3 additions and 2 deletions
@@ -5,7 +5,7 @@
"Override": {
"Microsoft": "Warning",
"System": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"WriteTo": [