logf: add default color for undefined priority

This commit is contained in:
tv 2016-08-04 20:36:44 +02:00
parent 1e3dcaee3c
commit 1bc62944e3

View File

@ -14,6 +14,7 @@ let
"5" = 255; # notice "5" = 255; # notice
"6" = 250; # info "6" = 250; # info
"7" = 139; # debug "7" = 139; # debug
"-" = 005; # undefined priority
}; };
in in