Bump up log level
authorDave Watson <davejwatson@fb.com>
Mon, 1 Dec 2014 20:55:49 +0000 (12:55 -0800)
committerDave Watson <davejwatson@fb.com>
Thu, 11 Dec 2014 16:01:14 +0000 (08:01 -0800)
Summary: This log was getting annoying in tests, bump up the logging level

Test Plan: contbuild

Reviewed By: afrind@fb.com

Subscribers: trunkagent, doug, fugalh, njormrod, folly-diffs@

FB internal diff: D1710608

Signature: t1:1710608:1417468546:770dfb7201ff6477b349c01e638f704a2ef1b7ce

folly/experimental/wangle/acceptor/Acceptor.cpp

index bd9c67f19c06cd35042b3db80204f53b15f92903..c3b46b07b5d36b58d81c7d5a0f915d6b944cd769 100644 (file)
@@ -420,7 +420,7 @@ Acceptor::forceStop() {
 void
 Acceptor::dropAllConnections() {
   if (downstreamConnectionManager_) {
-    LOG(INFO) << "Dropping all connections from Acceptor=" << this <<
+    VLOG(3) << "Dropping all connections from Acceptor=" << this <<
       " in thread " << base_;
     assert(base_->isInEventBaseThread());
     forceShutdownInProgress_ = true;