From 20ca5b7f61092511a664bfa86416b7ce67cca324 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Mon, 12 Jun 2017 13:15:09 +0000 Subject: [PATCH] Do not log debug output at level 0 This log message seems to be useful only for debugging purposes, a more general message is logged above at level 5 already. Signed-off-by: Jens Rosenboom j.rosenboom@x-ion.de --- src/rgw/rgw_rados.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 07e5fdb76036..43626ff33005 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -7678,7 +7678,7 @@ int RGWRados::copy_obj(RGWObjectCtx& obj_ctx, bool copy_itself = (dest_obj == src_obj); RGWObjManifest *pmanifest; - ldout(cct, 0) << "dest_obj=" << dest_obj << " src_obj=" << src_obj << " copy_itself=" << (int)copy_itself << dendl; + ldout(cct, 20) << "dest_obj=" << dest_obj << " src_obj=" << src_obj << " copy_itself=" << (int)copy_itself << dendl; RGWRados::Object dest_op_target(this, dest_bucket_info, obj_ctx, dest_obj); RGWRados::Object::Write write_op(&dest_op_target); -- 2.47.3