mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-11 19:09:21 -04:00

Log statements end up getting changed constantly and having to clean up imports after that is annoying, for example, if the last `info!` in a file disappears, you end up with an unused import warning. Fully qualifying tracing's macros prevents that and also communicates clearly that we are using tracing and not log.