# File lib/lumberjack/severity.rb, line 20
      def label_to_level(label)
        SEVERITY_LABELS.index(label.to_s.upcase) || UNKNOWN
      end