From: lvshanchun Date: Thu, 16 Nov 2017 15:55:52 +0000 (+0800) Subject: rgw: decrease the log level in RGWCoroutinesStack::unwind X-Git-Tag: v13.1.0~270^2~57 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f84d2d1b96b716b3f7358f1c8cc896ab51ea3ddd;p=ceph.git rgw: decrease the log level in RGWCoroutinesStack::unwind Signed-off-by: lvshanchun --- diff --git a/src/rgw/rgw_coroutine.cc b/src/rgw/rgw_coroutine.cc index c93ff816d19..9723c3b668a 100644 --- a/src/rgw/rgw_coroutine.cc +++ b/src/rgw/rgw_coroutine.cc @@ -332,7 +332,7 @@ int RGWCoroutinesStack::unwind(int retcode) rgw_spawned_stacks *src_spawned = &(*pos)->spawned; if (pos == ops.begin()) { - ldout(cct, 0) << "stack " << (void *)this << " end" << dendl; + ldout(cct, 15) << "stack " << (void *)this << " end" << dendl; spawned.inherit(src_spawned); ops.clear(); pos = ops.end();