logf: add default color for undefined priority
This commit is contained in:
parent
1e3dcaee3c
commit
1bc62944e3
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user