Skip to content

Commit cb3a567

Browse files
Matt Jorasfacebook-github-bot
Matt Joras
authored andcommitted
Downgrade web transport log spam
Summary: As in title. Reviewed By: afrind, hanidamlaj Differential Revision: D56948253 fbshipit-source-id: 4130444cd53e590aaf1e31f2da896d8edb56817d
1 parent 1fd0cde commit cb3a567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxygen/lib/http/session/HQSession.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ void HQSession::applySettings(const SettingsList& settings) {
15231523
break;
15241524
case hq::SettingId::ENABLE_WEBTRANSPORT:
15251525
hasWT = setting.value;
1526-
LOG(INFO) << "Peer sent ENABLE_WEBTRANSPORT: " << uint32_t(hasWT);
1526+
VLOG(3) << "Peer sent ENABLE_WEBTRANSPORT: " << uint32_t(hasWT);
15271527
supportsWebTransport_.set(folly::to_underlying(SettingEnabled::PEER));
15281528
break;
15291529
case hq::SettingId::WEBTRANSPORT_MAX_SESSIONS:

0 commit comments

Comments
 (0)