From: Dave Watson Date: Mon, 1 Dec 2014 20:55:49 +0000 (-0800) Subject: Bump up log level X-Git-Tag: v0.22.0~123 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3277708e6543e79dfeec7aef85b4259040654bb5;p=folly.git Bump up log level 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 --- diff --git a/folly/experimental/wangle/acceptor/Acceptor.cpp b/folly/experimental/wangle/acceptor/Acceptor.cpp index bd9c67f1..c3b46b07 100644 --- a/folly/experimental/wangle/acceptor/Acceptor.cpp +++ b/folly/experimental/wangle/acceptor/Acceptor.cpp @@ -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;