]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/net: remove too-verbose info logs in connect()
authorYingxin Cheng <yingxin.cheng@intel.com>
Fri, 27 Mar 2020 07:38:15 +0000 (15:38 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 1 Apr 2020 03:41:29 +0000 (11:41 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/net/SocketMessenger.cc

index d6cab60973491b2575b97e6371943f0d001cdd74..296c81af4c5aa8a1257c01823a05c3ff792b0c86 100644 (file)
@@ -141,7 +141,7 @@ SocketMessenger::connect(const entity_addr_t& peer_addr, const entity_name_t& pe
   ceph_assert(peer_addr.get_port() > 0);
 
   if (auto found = lookup_conn(peer_addr); found) {
-    logger().info("{} connect to existing", *found);
+    logger().debug("{} connect to existing", *found);
     return found->shared_from_this();
   }
   SocketConnectionRef conn = seastar::make_shared<SocketConnection>(