📝 docs(logging): add future improvement note
- add a to-do comment to improve the logging filter functionality
This commit is contained in:
committed by
Jeremiah Russell
parent
465a590a09
commit
c5f3ce4c47
@@ -64,6 +64,7 @@ fn get_logging(level: log::LevelFilter) -> env_logger::Builder {
|
|||||||
let mut builder = env_logger::Builder::new();
|
let mut builder = env_logger::Builder::new();
|
||||||
|
|
||||||
builder.filter(Some("cull_gmail"), level);
|
builder.filter(Some("cull_gmail"), level);
|
||||||
|
// TODO: Provide an option to set wider filter allowing all crates to report
|
||||||
|
|
||||||
builder.format_timestamp_secs().format_module_path(false);
|
builder.format_timestamp_secs().format_module_path(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user