From f84d2d1b96b716b3f7358f1c8cc896ab51ea3ddd Mon Sep 17 00:00:00 2001 From: lvshanchun Date: Thu, 16 Nov 2017 23:55:52 +0800 Subject: [PATCH] rgw: decrease the log level in RGWCoroutinesStack::unwind Signed-off-by: lvshanchun --- src/rgw/rgw_coroutine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_coroutine.cc b/src/rgw/rgw_coroutine.cc index c93ff816d19d6..9723c3b668aef 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(); -- 2.39.5