RReverser / serde-xml-rs

xml-rs based deserializer for Serde (compatible with 1.0+)
https://crates.io/crates/serde-xml-rs
MIT License
269 stars 90 forks source link

fix: replace debug! logs with trace! in de module #176

Closed richardbrodie closed 2 years ago

richardbrodie commented 2 years ago

It's quite common to want to set log level to debug especially when using an external logging service. When doing this serde_xml_rs produces an excessive number of debug logs.

punkstarman commented 2 years ago

Agreed. Thanks for contributing!