Skip to content

Commit

Permalink
Tone down top log spammers
Browse files Browse the repository at this point in the history
Summary:
A couple of logging locations are particularly spammy.

If someone needs more visibility, adding a metric would be a good path.

Reviewed By: mjoras

Differential Revision: D64414941

fbshipit-source-id: 8b145f90ca68e8d759f9548886744a8fa18cccb6
  • Loading branch information
meleshuk authored and facebook-github-bot committed Oct 17, 2024
1 parent b17f72d commit 728a146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxygen/lib/http/codec/HTTPParallelCodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class HTTPParallelCodec : public HTTPCodec {
}
return true;
} else {
VLOG(2) << "Suppressing " << cbName << " for stream=" << stream
VLOG(3) << "Suppressing " << cbName << " for stream=" << stream
<< " egressGoawayAck_=" << egressGoawayAck_;
}
return false;
Expand Down

0 comments on commit 728a146

Please sign in to comment.