1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2019-09-04 06:27:16 -07:00
commit 565719150a

View file

@ -31,7 +31,7 @@ you can override it by configuring the log formatter explicitly. See
```ruby
Sidekiq.configure_server do |config|
config.log_formatter = AcmeCorp::PlainLogFormatter.new
# config.log_formatter = Sidekiq::Logger::Format::JSON.new
# config.log_formatter = Sidekiq::Logger::Formatters::JSON.new
end
```
Please see the [Logging](https://github.com/mperham/sidekiq/wiki/Logging) wiki page for the latest documentation and notes.