class ActiveSupport::LogSubscriber

def subscribe_log_level(method, level)

def subscribe_log_level(method, level)
  self.log_levels = log_levels.merge(method => LEVEL_CHECKS.fetch(level))
  set_event_levels
end