From: Kefu Chai Date: Thu, 10 Oct 2019 07:44:27 +0000 (+0800) Subject: crimson/osd: lower log level when sending a replicated op X-Git-Tag: v15.1.0~1209^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ddb4cb3b3e6a8981004c65db791fa59ceae278f9;p=ceph.git crimson/osd: lower log level when sending a replicated op it's but normal i/o, no need to print it using "info" Signed-off-by: Kefu Chai --- diff --git a/src/crimson/osd/osd_operations/replicated_request.cc b/src/crimson/osd/osd_operations/replicated_request.cc index 46b964fc631b..a89deed6f3cb 100644 --- a/src/crimson/osd/osd_operations/replicated_request.cc +++ b/src/crimson/osd/osd_operations/replicated_request.cc @@ -58,7 +58,7 @@ RepRequest::PGPipeline &RepRequest::pp(PG &pg) seastar::future<> RepRequest::start() { - logger().info("{} start", *this); + logger().debug("{} start", *this); IRef ref = this; return with_blocking_future(handle.enter(cp().await_map)) .then([this]() {