We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4601688 commit 490304dCopy full SHA for 490304d
1 file changed
config/environments/test.rb
@@ -64,8 +64,8 @@
64
config.action_controller.raise_on_missing_callback_actions = true
65
66
# Disable log output for tests - remove these lines to enable
67
- config.lograge.logger = ActiveSupport::Logger.new(nil)
68
- config.logger = ApplicationLogger.new(nil)
+ # config.lograge.logger = ActiveSupport::Logger.new(nil)
+ # config.logger = ApplicationLogger.new(nil)
69
70
# Don't interact with SES in the test environment.
71
# The :test delivery method accumulates sent emails in the
0 commit comments