File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1800,8 +1800,8 @@ The default value depends on the `config.load_defaults` target version:
1800
1800
1801
1801
#### `config.action_dispatch.debug_exception_log_level`
1802
1802
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.
1805
1805
1806
1806
The default value depends on the `config.load_defaults` target version:
1807
1807
@@ -1810,6 +1810,8 @@ The default value depends on the `config.load_defaults` target version:
1810
1810
| (original) | `:fatal` |
1811
1811
| 7.1 | `:error` |
1812
1812
1813
+ [`ActionDispatch::DebugExceptions`]: https://api.rubyonrails.org/classes/ActionDispatch/DebugExceptions.html
1814
+
1813
1815
#### `config.action_dispatch.default_headers`
1814
1816
1815
1817
Is a hash with HTTP headers that are set by default in each response.
You can’t perform that action at this time.
0 commit comments