# File lib/new_relic/agent/agent_logger.rb, line 160 def self.log_level_for(level) LOG_LEVELS.fetch(level.to_s.downcase, ::Logger::INFO) end