Skip to content

Commit

Permalink
Add missing default value for server.error.include-path
Browse files Browse the repository at this point in the history
Closes gh-41667
  • Loading branch information
snicoll committed Aug 1, 2024
1 parent 479e88e commit 58ff683
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"name": "server.error.include-message",
"defaultValue": "never"
},
{
"name": "server.error.include-path",
"defaultValue": "always"
},
{
"name": "server.error.include-stacktrace",
"defaultValue": "never"
Expand Down

0 comments on commit 58ff683

Please sign in to comment.