]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/osd: lower log level when sending a replicated op
authorKefu Chai <kchai@redhat.com>
Thu, 10 Oct 2019 07:44:27 +0000 (15:44 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 21 Oct 2019 14:59:59 +0000 (22:59 +0800)
it's but normal i/o, no need to print it using "info"

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/osd_operations/replicated_request.cc

index 46b964fc631b8000860fb2ce2e20323f216cfdc1..a89deed6f3cbc7858179cbd47bcf13a1173ad905 100644 (file)
@@ -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]() {