mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
use cyan for debug/trace
This commit is contained in:
parent
d9d3f78066
commit
567fd1d6aa
|
@ -16,6 +16,7 @@ pub fn init() {
|
|||
level_style.set_color(match record.level() {
|
||||
Level::Error => Color::Red,
|
||||
Level::Warn => Color::Yellow,
|
||||
Level::Debug | Level::Trace => Color::Cyan,
|
||||
_ => Color::Blue
|
||||
}).set_bold(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue