module SidekiqUniqueJobs::Logging

def logging_context

Returns:
  • (Hash) - the context to use for each log line
def logging_context
  raise NotImplementedError, "#{__method__} needs to be implemented in #{self.class}"
end