From 7939fca8d048e55b32112e1ca512d25deab78e1a Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 12 Jan 2016 11:11:10 +0000 Subject: [PATCH] suites: debug on client 0/1 instead of all ...because otherwise every CLI invokation spits out a client.admin verbose log, and it's annoying. Signed-off-by: John Spray --- suites/fs/recovery/debug/mds_client.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/suites/fs/recovery/debug/mds_client.yaml b/suites/fs/recovery/debug/mds_client.yaml index cf5995fdda4..76cc4d86848 100644 --- a/suites/fs/recovery/debug/mds_client.yaml +++ b/suites/fs/recovery/debug/mds_client.yaml @@ -4,6 +4,9 @@ overrides: mds: debug ms: 1 debug mds: 20 - client: + client.0: + debug ms: 1 + debug client: 20 + client.1: debug ms: 1 debug client: 20 -- 2.47.3