# File lib/lumberjack/severity.rb, line 16
      def level_to_label(severity)
        SEVERITY_LABELS[severity] || SEVERITY_LABELS.last
      end