Skip to content

Commit

Permalink
There is no setter on Sidekiq.logger anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
peteglondon committed Nov 23, 2023
1 parent 15f352c commit d7c848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Silence log output
Logging.logger.root.appenders = nil
Sidekiq.logger = nil
Sidekiq.logger.level = Logger::WARN

require "webmock/rspec"

Expand Down

0 comments on commit d7c848d

Please sign in to comment.