module SidekiqUniqueJobs::Logging

def with_logging_context

Other tags:
    Yieldreturn: - yield to the middleware instance

Returns:
  • (void) -
def with_logging_context
  with_configured_loggers_context do
    return yield
  end
  nil # Need to make sure we don't return anything here
end