-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(mediasoup): review log levels and metadata
Some mediasoup adapter log levels are at debug level, but they are useful for debugging production edge cases. Additionaly, transport-level logs are missing their mcs-core elementId in metadata, which makes it difficult to correlate them. Review the mediasoup adapter logs by: - Bumping useful, not to verbose debug logs to warn, error or info - Adding correlation info to metadata that were lacking it - Adding a new log entry that registers whenever a transport is destroyed _before_ being sucessfully negotiated (with connection info in its metadata)
- Loading branch information
1 parent
abddbf8
commit 24b2d0e
Showing
5 changed files
with
77 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters