Skip to content

Commit

Permalink
Link to ActionDispatch::DebugExceptions API doc [ci-skip]
Browse files Browse the repository at this point in the history
This also adds missing punctuation and formatting.
  • Loading branch information
jonathanhefner committed Oct 7, 2023
1 parent dc99003 commit 29b3221
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guides/source/configuring.md
Expand Up @@ -1800,8 +1800,8 @@ The default value depends on the `config.load_defaults` target version:

#### `config.action_dispatch.debug_exception_log_level`

Configure the log level used by the DebugExceptions middleware when logging
uncaught exceptions during requests
Configures the log level used by the [`ActionDispatch::DebugExceptions`][]
middleware when logging uncaught exceptions during requests.

The default value depends on the `config.load_defaults` target version:

Expand All @@ -1810,6 +1810,8 @@ The default value depends on the `config.load_defaults` target version:
| (original) | `:fatal` |
| 7.1 | `:error` |

[`ActionDispatch::DebugExceptions`]: https://api.rubyonrails.org/classes/ActionDispatch/DebugExceptions.html

#### `config.action_dispatch.default_headers`

Is a hash with HTTP headers that are set by default in each response.
Expand Down

0 comments on commit 29b3221

Please sign in to comment.