Skip to content

fix(webrtc): reduce PeerConnectionAnalyzer log verbosity during bad quality#18418

Open
pallavibakale wants to merge 1 commit into
nextcloud:mainfrom
pallavibakale:fix/reduce-verbose-logs
Open

fix(webrtc): reduce PeerConnectionAnalyzer log verbosity during bad quality#18418
pallavibakale wants to merge 1 commit into
nextcloud:mainfrom
pallavibakale:fix/reduce-verbose-logs

Conversation

@pallavibakale

@pallavibakale pallavibakale commented Jun 23, 2026

Copy link
Copy Markdown

β˜‘οΈ Resolves

πŸ› οΈ API Checklist

🚧 Tasks

When connection quality is bad, _logStats was called every second and logged the full 5-7 entry rtcStats history each time, causing heavy duplication in the logs.

Now only the new rtcStats entries (added since the last log) are printed on each subsequent bad check. When quality recovers, any remaining unlogged entries are flushed once so no data is missing.

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • πŸ“˜ API documentation in docs/ has been updated or is not required
  • πŸ”– Capability is added or not needed

…uality

Signed-off-by: pallavibakale <pallavibakale09@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce verbosity of PeerConnectionAnalyzer logs

2 participants