Method: ActiveSupport::LoggerThreadSafeLevel#level

Defined in:
activesupport/lib/active_support/logger_thread_safe_level.rb

#levelObject



30
31
32
# File 'activesupport/lib/active_support/logger_thread_safe_level.rb', line 30

def level
  local_level || super
end