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

Update 6.0-Upgrade.md

Fix namespace in logging example
This commit is contained in:
Gareth Robinson 2019-09-04 10:00:34 +10:00 committed by Mike Perham
parent 2a496dd8e9
commit 829d707496

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.