interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Replace log dependency with tracing dependency #637

Closed KristianWahlroos closed 4 years ago

KristianWahlroos commented 4 years ago

Previously Interledger used partially logs and partially tracing. This PR switches it to use only tracing. Later this change will allow easy enhancing or adding of the tracing spans, which wasn't done on this PR.

KristianWahlroos commented 4 years ago

There is deprecated code in Interledger-rs. Did separate pull request to fix this #637.

aphelionz commented 4 years ago

~Might somebody be able to re-run CI on this?~

Edit: @KristianWahlroos can resolve the Cargo.lock and that will trigger a new build