set to Debug loglevel for error resolving

This commit is contained in:
Tim Müller
2022-03-21 21:28:01 +01:00
parent 22e2318843
commit 7604f7af88
2 changed files with 6 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
}
}
}