Skip to content

Commit

Permalink
Downgrade web transport log spam
Browse files Browse the repository at this point in the history
Summary: As in title.

Reviewed By: afrind, hanidamlaj

Differential Revision: D56948253

fbshipit-source-id: 4130444cd53e590aaf1e31f2da896d8edb56817d
  • Loading branch information
Matt Joras authored and facebook-github-bot committed May 4, 2024
1 parent 1fd0cde commit cb3a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxygen/lib/http/session/HQSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ void HQSession::applySettings(const SettingsList& settings) {
break;
case hq::SettingId::ENABLE_WEBTRANSPORT:
hasWT = setting.value;
LOG(INFO) << "Peer sent ENABLE_WEBTRANSPORT: " << uint32_t(hasWT);
VLOG(3) << "Peer sent ENABLE_WEBTRANSPORT: " << uint32_t(hasWT);
supportsWebTransport_.set(folly::to_underlying(SettingEnabled::PEER));
break;
case hq::SettingId::WEBTRANSPORT_MAX_SESSIONS:
Expand Down

0 comments on commit cb3a567

Please sign in to comment.