Skip to content
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

CLI argument --log-level debug shows controller debug messages #13792

Open
acolombier opened this issue Oct 20, 2024 · 0 comments
Open

CLI argument --log-level debug shows controller debug messages #13792

acolombier opened this issue Oct 20, 2024 · 0 comments

Comments

@acolombier
Copy link
Member

Bug Description

If --log-level is set to debug, Mixxx will log controller related debug message. These messages are supposed to be logged only if --controller-debug is passed, but this last one becomes redundant.
This leads debug session to log all the controller related communication message (~60 messages per second on the S4 MK3 as references)
As a workaround, I had added some conditional login on a few of those qDebug instruction, effectively undoing some of the filtering setup that was initially set. It would be nice to properly fix it to leverage log filtering.

Relates to this discussion

Version

main

OS

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant