Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce logging #2243

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Reduce logging #2243

merged 2 commits into from
Nov 15, 2023

Conversation

boks1971
Copy link
Contributor

  1. Do not print rtp stats if nil. Means that some subscribed tracks may not have any logs (very short subscriptions which end before any packet is sent).
  2. Log ICE candidates only at the end, not when ICE connects. That logs the selected ICE candidate pair.
  3. Log ICE candidates only if not empty.

1. Do not print rtp stats if nil. Means that some subscribed tracks may
   not have any logs (very short subscriptions which end before any
   packet is sent).
2. Log ICE candidates only at the end, not when ICE connects. That logs
   the selected ICE candidate pair.
3. Log ICE candidates only if not empty.
@boks1971 boks1971 merged commit 49ca106 into master Nov 15, 2023
2 checks passed
@boks1971 boks1971 deleted the raja_log_reduce branch November 15, 2023 07:27
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.

None yet

2 participants