module ActiveJob::Logging

def perform_now

def perform_now
  tag_logger(self.class.name, self.job_id) { super }
end