Skip to content

Commit

Permalink
Fix #8; emergency level logging, thanks @xandox
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Dec 27, 2012
1 parent 004d904 commit 55b6231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lager_syslog_backend.erl
Expand Up @@ -127,7 +127,7 @@ convert_level(?WARNING) -> warning;
convert_level(?ERROR) -> err;
convert_level(?CRITICAL) -> crit;
convert_level(?ALERT) -> alert;
convert_level(?EMERGENCY) -> emergency.
convert_level(?EMERGENCY) -> emerg.

parse_level(Level) ->
try lager_util:config_to_mask(Level) of
Expand Down

0 comments on commit 55b6231

Please sign in to comment.