update TODO

master
Avril 4 years ago
parent 0ac42af9fd
commit 18f97e74a2
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1 +1,3 @@
Log filtering rules in config file. For `Trace`s, `Level`s, sublevels, etc.
Log filtering rules in config file. For `Trace`s, `Level`s, sublevels, etc.
Log normalise source path in terminal print
Log change system. Use `Log` trait that we can define different printers for terminal, logfile, etc

@ -85,7 +85,7 @@ fn print_stats()
use std::ops::Deref;
status!("This is the lolicron daemon version {} by {} ({} build)", env!("CARGO_PKG_VERSION"), &AUTHORS[..], BUILD_IDENT.deref());
status!("---");
status!("Compiled with ({}, {}, {}, {}):", "on".bright_red(), "default on".red(), "off".bright_blue(), "default off".blue());
status!("Compiled with ({} ({}), {} ({})):", "on".bright_red(), "default".red(), "off".bright_blue(), "default".blue());
#[cfg(nightly)] status!(" +nightly".bright_red());
#[cfg(debug_assertions)] status!(" +debug_assertions".red());

Loading…
Cancel
Save