mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
db319d0a90
520: Cli json logging r=da-kami a=da-kami Combining `--json` with the debug file logger was a pita, so I stopped and went for a simpler approach: If `--json` is given we just log to terminal - **no** logfiles will be created in `{data-dir}/logs`. The `--debug` flag applies to `--json` (i.e. if not given it will just print json on info level). We could change that to automatically fallback to debug - could add a `required_if` dependency via strucopt/clap but I did not want to invest more time into thinking about this. Note on extending binary functionality: As discussed with @thomaseizinger recently, we will have to think about multiple binaries soon, i.e. a binary that focuses to be used to building on top of it (that always logs json) and potientially keeping a simple CLI that is more user friendly. This also goes towards more clearly separating the application code from re-usable protocol / network code. Co-authored-by: Daniel Karzel <daniel@comit.network> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |