Skip to content

Commit

Permalink
fix: update default logging level in appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Nov 18, 2023
1 parent 81dfcbb commit 6e25cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
Expand Down

0 comments on commit 6e25cd2

Please sign in to comment.