1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib
Matt Robinson d4fca4683c
Fix logger with from deleting existing context (#4770)
If using `with` to add logging context, any context that has the same
keys as existing context will disappear after the with block completes,
instead of reverting back to the original context.

This fixes that by restoring the original context directly instead of
just deleting the keys from the `with` context.
2020-12-23 12:44:35 -08:00
..
generators/sidekiq Follow generator configuration to determine the resulting test file (#4371) 2019-11-11 10:37:39 -08:00
sidekiq Fix logger with from deleting existing context (#4770) 2020-12-23 12:44:35 -08:00
sidekiq.rb Upgrade standard, code style fixes 2020-08-28 12:40:19 -07:00