From 09f395a26b6cbaca22cfc79ae432e30912e4470d Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 7 Jul 2021 13:32:13 +1000 Subject: [PATCH] Don't print level and time for `list-sellers` This is now consistent with the `buy-xmr` command. --- swap/src/cli/tracing.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swap/src/cli/tracing.rs b/swap/src/cli/tracing.rs index 1b9620f5..daa23f37 100644 --- a/swap/src/cli/tracing.rs +++ b/swap/src/cli/tracing.rs @@ -55,7 +55,8 @@ pub fn init(debug: bool, json: bool, dir: impl AsRef, swap_id: Option