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