Skip to content

Commit

Permalink
Disable logging for sidekiq in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Jul 31, 2018
1 parent fd467b1 commit 16a4691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/config/environments/fullstack.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'sidekiq/testing'
Rails.application.configure do
Sidekiq::Logging.logger = nil
# Settings specified here will take precedence over those in config/application.rb.

# The test environment is used exclusively to run your application's
Expand Down
2 changes: 2 additions & 0 deletions backend/config/environments/test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'sidekiq/testing'
Rails.application.configure do
Sidekiq::Logging.logger = nil
# Settings specified here will take precedence over those in config/application.rb.

# The test environment is used exclusively to run your application's
Expand Down

0 comments on commit 16a4691

Please sign in to comment.