Skip to content

Commit

Permalink
feat(api): log all application logs during development
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Oct 21, 2024
1 parent ed7a807 commit 00dae24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Gnomeshade.WebApi/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"ValidAudience": "https://localhost:44320",
"ValidIssuer": "https://localhost:44320",
"Secret": "ByYM000OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM"
},
"Logging": {
"LogLevel": {
"Gnomeshade": "Trace"
}
}
}

0 comments on commit 00dae24

Please sign in to comment.