Skip to content

#6167 fix WebRTC logging level - #6171

Merged
maxim-productengine merged 1 commit into
developfrom
maxim/develop-6167
Aug 24, 2026
Merged

#6167 fix WebRTC logging level#6171
maxim-productengine merged 1 commit into
developfrom
maxim/develop-6167

Conversation

@maxim-productengine

Copy link
Copy Markdown
Contributor

LLWebRTCLogSink::OnLogMessage mapped every libwebrtc log severity to LOG_LEVEL_VERBOSE, so warnings and errors from llwebrtc.cpp never showed up in the viewer log unless LL_DEBUGS was enabled.

Now the real severity is passed through, but since libwebrtc's own internal INFO/WARNING logging is very noisy, only our own llwebrtc.cpp messages keep their real severity: libwebrtc's internal ones are demoted to LL_DEBUGS. Errors are always surfaced regardless of source.

@maxim-productengine maxim-productengine linked an issue Aug 24, 2026 that may be closed by this pull request
@maxim-productengine
maxim-productengine merged commit 1dce7c1 into develop Aug 24, 2026
19 checks passed
@maxim-productengine
maxim-productengine deleted the maxim/develop-6167 branch August 24, 2026 10:13
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebRTC logging doesn't work properly

3 participants