From bbf7c7118382b01dca89f4ccc42e427c6ac5773c Mon Sep 17 00:00:00 2001 From: Joe Buck Date: Fri, 16 Aug 2013 18:32:29 -0700 Subject: [PATCH] radosgw-agent: adding debug logging Signed-off-by: Joe Buck --- teuthology/task/radosgw-agent.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 19105ad487..a6661b480d 100644 --- a/teuthology/task/radosgw-agent.py +++ b/teuthology/task/radosgw-agent.py @@ -99,9 +99,11 @@ def run_radosgw_agent(ctx, config): in_args.append('0.0.0.0') in_args.append('--test-server-port') in_args.append(str(port)) + log.debug('Starting a sync test server on {client}'.format(client=client)) else: in_args.append('--sync-scope') in_args.append(sync_scope) + log.debug('Starting a {scope} sync on {client}'.format(scope=sync_scope,client=client)) return_list.append((client, remote.run( args=in_args, -- 2.39.5