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