-
Notifications
You must be signed in to change notification settings - Fork 244
fix: reduce logs during streaming #1778
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
fix: reduce logs during streaming #1778
Conversation
Each time SDL Core receives a video packet from mobile, it generates a large amount of logs. Instead of completely removing them, this commit decreases their levels to TRACE. Head unit systems with video streaming feature can set log output level to DEBUG (or higher) to get rid of the logs.
|
@JackLivio @jacobkeeler Please kindly review. |
|
@shoamano83 I like this change. Could you please retarget for the 4.4.0 release candidate branch? I would like to put this into the next release since most of the new features revolve around video streaming. |
|
@shoamano83 We are still discussing if these logs are needed at all, or if trace is the best log level for these logs. |
|
Thanks for your comment. Let me know if you want to remove some of the logs, I will update PR accordingly. |
|
Can one of the admins verify this patch? |
Fixes #1777.
I thought that removing particular logs completely will confuse developers and hence it will be a bad idea. So instead of eliminating logs, log levels are decreased.
Head unit systems with video streaming feature can set log output level to DEBUG (or higher) to get rid of the logs.