Skip to content

Commit 490304d

Browse files
committed
TEMP enable logging for tests
1 parent 4601688 commit 490304d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/environments/test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
config.action_controller.raise_on_missing_callback_actions = true
6565

6666
# Disable log output for tests - remove these lines to enable
67-
config.lograge.logger = ActiveSupport::Logger.new(nil)
68-
config.logger = ApplicationLogger.new(nil)
67+
# config.lograge.logger = ActiveSupport::Logger.new(nil)
68+
# config.logger = ApplicationLogger.new(nil)
6969

7070
# Don't interact with SES in the test environment.
7171
# The :test delivery method accumulates sent emails in the

0 commit comments

Comments
 (0)