Skip to content

Commit

Permalink
conf: used the updated version to format logs in Sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mesnilgrente committed Jul 24, 2024
1 parent bdc9ed3 commit 3f29060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Sidekiq.configure_server do |config|
config.redis = { url: ENV['REDIS_URL'] }
config.log_formatter = Sidekiq::Logger::Formatters::JSON.new
config.logger.formatter = Sidekiq::Logger::Formatters::JSON.new
end

Sidekiq.configure_client do |config|
Expand Down

0 comments on commit 3f29060

Please sign in to comment.