softprops / json-env-logger

A structured JSON logger for Rust.
MIT License
30 stars 13 forks source link

prefer serde map serializer #2

Open softprops opened 4 years ago

softprops commented 4 years ago

This is the more correct way of serializing data into json but it relies on log's kv data to impl serialize which it doesn't seem like it does today. Here's a tracking issue to watch and learn if it will https://github.com/rust-lang/log/issues/328