feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) (#55)

* feat(asb + cli): Redact logs + unify tracing infrastructure (#1733)

Applies the changes from https://github.com/comit-network/xmr-btc-swap/pull/1733 to this fork

---------

Co-authored-by: Einliterflasche <81313171+Einliterflasche@users.noreply.github.com>
This commit is contained in:
binarybaron 2024-09-01 18:13:43 +02:00 committed by GitHub
parent 1fe6391b7b
commit 792fbbf746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1780 additions and 1396 deletions

View file

@ -4,7 +4,6 @@ pub mod cancel_and_refund;
pub mod command;
mod event_loop;
mod list_sellers;
pub mod tracing;
pub mod transport;
pub use behaviour::{Behaviour, OutEvent};