Merge pull request #27820 from smithfarm/wip-39361

rgw: drop cloud sync module logs attrs from the log

Reviewed-By: Casey Bodley <cbodley@redhat.com>
Reviewed-By: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
Abhishek L 2019-05-02 19:52:57 +02:00 committed by GitHub
commit ae8fe24b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1598,13 +1598,13 @@ public:
src_pg_ver = 0; /* all or nothing */
}
}
ldout(sync_env->cct, 0) << "AWS: download begin: z=" << sync_env->source_zone
ldout(sync_env->cct, 4) << "AWS: download begin: z=" << sync_env->source_zone
<< " b=" << bucket_info.bucket << " k=" << key << " size=" << size
<< " mtime=" << mtime << " etag=" << etag
<< " zone_short_id=" << src_zone_short_id << " pg_ver=" << src_pg_ver
<< " attrs=" << attrs
<< dendl;
source_conn = sync_env->store->svc.zone->get_zone_conn_by_id(sync_env->source_zone);
if (!source_conn) {
ldout(sync_env->cct, 0) << "ERROR: cannot find http connection to zone " << sync_env->source_zone << dendl;