Skip to content

Commit

Permalink
Enable detailed errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Dec 17, 2024
1 parent 4795df2 commit f9bba3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ProfanityFilter.WebApi/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
Expand Down
1 change: 1 addition & 0 deletions src/ProfanityFilter.WebApi/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
Expand Down

0 comments on commit f9bba3c

Please sign in to comment.