Change log level for DebugExceptions to error
This commit is contained in:
parent
8c998c542c
commit
416334cbbc
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Rails.application.config.action_text.sanitizer_vendor = Rails::HTML::Sanitizer.b
|
||||||
|
|
||||||
# Configure the log level used by the DebugExceptions middleware when logging
|
# Configure the log level used by the DebugExceptions middleware when logging
|
||||||
# uncaught exceptions during requests
|
# uncaught exceptions during requests
|
||||||
# Rails.application.config.action_dispatch.debug_exception_log_level = :error
|
Rails.application.config.action_dispatch.debug_exception_log_level = :error
|
||||||
|
|
||||||
# Configure the test helpers in Action View, Action Dispatch, and rails-dom-testing to use HTML5
|
# Configure the test helpers in Action View, Action Dispatch, and rails-dom-testing to use HTML5
|
||||||
# parsers.
|
# parsers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue