Link to ActionDispatch::DebugExceptions API doc [ci-skip]

This also adds missing punctuation and formatting.
This commit is contained in:
Jonathan Hefner 2023-07-03 13:47:08 -05:00
parent dc99003487
commit 29b32216ff

@ -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:
@ -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.