Skip to content

Commit 29b3221

Browse files
Link to ActionDispatch::DebugExceptions API doc [ci-skip]
This also adds missing punctuation and formatting.
1 parent dc99003 commit 29b3221

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

guides/source/configuring.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,8 +1800,8 @@ The default value depends on the `config.load_defaults` target version:
18001800
18011801
#### `config.action_dispatch.debug_exception_log_level`
18021802
1803-
Configure the log level used by the DebugExceptions middleware when logging
1804-
uncaught exceptions during requests
1803+
Configures the log level used by the [`ActionDispatch::DebugExceptions`][]
1804+
middleware when logging uncaught exceptions during requests.
18051805
18061806
The default value depends on the `config.load_defaults` target version:
18071807
@@ -1810,6 +1810,8 @@ The default value depends on the `config.load_defaults` target version:
18101810
| (original) | `:fatal` |
18111811
| 7.1 | `:error` |
18121812
1813+
[`ActionDispatch::DebugExceptions`]: https://api.rubyonrails.org/classes/ActionDispatch/DebugExceptions.html
1814+
18131815
#### `config.action_dispatch.default_headers`
18141816
18151817
Is a hash with HTTP headers that are set by default in each response.

0 commit comments

Comments
 (0)