mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-14 20:01:37 +00:00
Adjusted the INFO color
This commit is contained in:
parent
f577550262
commit
d01c2fb453
@ -65,6 +65,7 @@ pub fn init_logging() {
|
|||||||
.duplicate_to_stdout(Duplicate::All)
|
.duplicate_to_stdout(Duplicate::All)
|
||||||
.use_utc()
|
.use_utc()
|
||||||
.format_for_files(file_logger_format)
|
.format_for_files(file_logger_format)
|
||||||
|
.set_palette("196;208;34;7;8".to_string()) // error, warn, info, debug, trace
|
||||||
.format_for_stderr(terminal_colored_logger_format)
|
.format_for_stderr(terminal_colored_logger_format)
|
||||||
.format_for_stdout(terminal_colored_logger_format)
|
.format_for_stdout(terminal_colored_logger_format)
|
||||||
.start().expect("Cannot start logging");
|
.start().expect("Cannot start logging");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user