use cyan for debug/trace

pull/14/head
griffi-gh 2023-11-22 14:38:02 +01:00
parent d9d3f78066
commit 567fd1d6aa
1 changed files with 1 additions and 0 deletions

View File

@ -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);