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
+2 -1
View File
@@ -25,7 +25,7 @@
bin/
obj/
*.lscache
logs/
# Centralized lib output folder
/lib/
lib/
@@ -47,3 +47,4 @@ schema/
**/scenario.json
scenario.json
logs
@@ -5,7 +5,7 @@
"Override": {
"Microsoft": "Warning",
"System": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"WriteTo": [