Skip to content

p2p: remove noisy QUIC happy-path debug logs - #4645

Merged
KaloyanTanev merged 1 commit into
mainfrom
kalo/remove-quic-happy-path-logs
Aug 14, 2026
Merged

p2p: remove noisy QUIC happy-path debug logs#4645
KaloyanTanev merged 1 commit into
mainfrom
kalo/remove-quic-happy-path-logs

Conversation

@KaloyanTanev

Copy link
Copy Markdown
Collaborator

Remove two debug log lines from forceQUICConn that fire every minute on the happy path, producing unnecessary noise:

  • "QUIC feature not enabled on this node" — logged every tick when QUIC is disabled; the feature state is already visible in the startup config.
  • "Direct QUIC connection to peer already established" — logged every tick per peer when QUIC is healthy; steady state doesn't need logging, only transitions do.

category: refactor
ticket: none

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.26%. Comparing base (4a69578) to head (a8c0fc1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4645   +/-   ##
=======================================
  Coverage   58.25%   58.26%           
=======================================
  Files         247      247           
  Lines       34087    34085    -2     
=======================================
  Hits        19858    19858           
+ Misses      11761    11756    -5     
- Partials     2468     2471    +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KaloyanTanev
KaloyanTanev merged commit c5e5798 into main Aug 14, 2026
11 checks passed
@KaloyanTanev
KaloyanTanev deleted the kalo/remove-quic-happy-path-logs branch August 14, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants