-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
trc initializes tracing env_filter using LogSpecification::to_string https://github.com/emabee/flexi_logger/blob/main/src/trc.rs#L232
this adds spaces around =
(for visibility I assume) https://github.com/emabee/flexi_logger/blob/main/src/log_specification.rs#L455
This is not compatible with tracing and evn_filters get incorrectly parsed, and ultimately ignored "ignoring crate = level
: invalid filter directive".
removing the spaces seem to fix the issue. happy to put up a PR if it sounds reasonable.
Metadata
Metadata
Assignees
Labels
No labels