Decrease already seen initData log from warn to info #3456
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I wanted to put up this PR to potentially start a discussion, or, if it's deemed appropriate, to get it merged.
For many encrypted streams, it's not uncommon to see the same initData appear repeatedly. This is especially true for live streams. In running some streams, we end up getting tons of warning logs due to this message.
Since there's no action to be taken, as this is a valid case, I was thinking that it should be at a lower log level than warn, which is generally used for more actionable issues.
Let me know what you think, and thank you.