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:
parent
2a496dd8e9
commit
829d707496
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue