Update to sidekiq 6.0

This commit is contained in:
admin
2020-11-15 20:46:54 +00:00
parent 360bdbc18c
commit 2a9bec5ec2
4 changed files with 7 additions and 7 deletions

View File

@@ -19,4 +19,4 @@ Sidekiq.configure_client do |config|
config.redis = redis_params
end
Sidekiq::Logging.logger.level = ::Logger.const_get(ENV.fetch('RAILS_LOG_LEVEL', 'info').upcase.to_s)
Sidekiq.logger.level = ::Logger.const_get(ENV.fetch('RAILS_LOG_LEVEL', 'info').upcase.to_s)