Skip to content

TRACE false after upgrading to 0.8 #232

@nbari

Description

@nbari

I started to see TRACE false after upgrading from 0.6 to 0.8 and when using something like:

env_logger::Builder::new()
    .filter_level(verbosity_level)
    .filter_module("serde_xml_rs", log::LevelFilter::Off)
    .init();

Still not working. This issue occurs when using to_string. Any ideas on how to filter or disable printing the Traces?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions