Skip to content

add sip.verbose_call_logging feature flag#655

Open
nishadmusthafa wants to merge 1 commit intomainfrom
nishad/verbose-call-logging
Open

add sip.verbose_call_logging feature flag#655
nishadmusthafa wants to merge 1 commit intomainfrom
nishad/verbose-call-logging

Conversation

@nishadmusthafa
Copy link
Copy Markdown
Contributor

Move "changing media source/destination" and "call statistics" logs from Info to Debug by default. When the sip.verbose_call_logging project flag is enabled, these logs are emitted at Info level. Also move "BYE for non-existent call" to Debug unconditionally.

Move "changing media source/destination" and "call statistics" logs from
Info to Debug by default. When the sip.verbose_call_logging project flag
is enabled, these logs are emitted at Info level. Also move "BYE for
non-existent call" to Debug unconditionally.
@nishadmusthafa nishadmusthafa requested a review from a team as a code owner April 16, 2026 03:27
@hechen-eng
Copy link
Copy Markdown
Contributor

it'll hurt debuggability without call statistics, especially for audio quality related issues. Shall we at least log at the info at the end of the call?

@nishadmusthafa
Copy link
Copy Markdown
Contributor Author

The log lines that I converted to debug with the feature flag, how often do we use that for debugging ?

@hechen-eng
Copy link
Copy Markdown
Contributor

The log lines that I converted to debug with the feature flag, how often do we use that for debugging ?

Depends on how often we see audio quality issues. Also, there are media latency metrics in it. We still haven't enabled jitter buffer and call statistics will be needed when we do that

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