xmr-btc-swap/swap
Thomas Eizinger 9119ce5cc4
Tidy up log messages across the codebase
1. Clearly separate the log messages from any fields that are
captured. The log message itself should be meaningful because it
depends on the underlying formatter, how/if the fields are displayed.
2. Some log messages had very little context, expand that.
3. Wording of errors was inconsistent, hopefully all errors should
now start with `Failed to ...`.
4. Some log messages were duplicated across multiple layers (like opening
the database).
5. Some log messages were split into two where one part is now an `error!`
and the 2nd part is an `info!` on what is happening next.
6. Where appropriate, punctuation has been removed to not interrupt
the reader's flow.
2021-07-07 16:02:00 +10:00
..
src Tidy up log messages across the codebase 2021-07-07 16:02:00 +10:00
tests Add a mandatory --change-address parameter to buy-xmr 2021-07-06 20:07:53 +10:00
Cargo.toml Add a mandatory --change-address parameter to buy-xmr 2021-07-06 20:07:53 +10:00