Skip to content

Commit 58803f1

Browse files
cemeyerfacebook-github-bot
authored andcommitted
Quiesce nuisance log
Summary: This happens all the time. We don't need to log it repeatedly. {F1982237275} Differential Revision: D83170999 fbshipit-source-id: ef03f1f7a95c946e4bd2c694be83239a1d0dea0b
1 parent 942800f commit 58803f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

thrift/lib/cpp2/server/ThriftServer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ class ThriftServer::ConnectionEventCallback
534534
const folly::NetworkSocket /* socket */,
535535
const folly::SocketAddress& clientAddr,
536536
const std::string& errorMsg) noexcept override {
537-
FB_LOG_EVERY_MS(ERROR, 1000) << "Connection dropped, reason: " << errorMsg;
538537
THRIFT_CONNECTION_EVENT(server_socket_connection_dropped)
539538
.log(thriftServer_, clientAddr, [&] {
540539
folly::dynamic metadata = folly::dynamic::object;

0 commit comments

Comments
 (0)