Update .gitignore to include logs directory and change logging level for Microsoft.EntityFrameworkCore.Database.Command to Warning
This commit is contained in:
+2
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user