module ActiveSupport::LoggerThreadSafeLevel

def level

def level
  local_level || super
end