From: Joe Buck Date: Sat, 17 Aug 2013 01:32:29 +0000 (-0700) Subject: radosgw-agent: adding debug logging X-Git-Tag: 1.1.0~1962 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bbf7c7118382b01dca89f4ccc42e427c6ac5773c;p=teuthology.git radosgw-agent: adding debug logging Signed-off-by: Joe Buck --- diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 19105ad48..a6661b480 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,