-
Notifications
You must be signed in to change notification settings - Fork 12
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
Change Logging level for libmosquittopp logs #51
Comments
Hello @rickvargas, maybe you refer to |
Ok |
I took a look and it seems it has space for enhancement. I had done this way in my system, feel free to use or ignore it:
|
Thanks for reporting this issue, there are indeed some good idea here that we should implement. Just an additional note, I think a good library should never use qCritical since it's behavior might change:
|
Description:
The logs from libmosquittopp are all handled as qWarning from the SDK. They should be handled with the right logging level instead of statically warning.
Environment:
Will happen on all versions.
Steps:
Current Results:
Expected Results (Suggestions):
Additional Information:
Libmosquittopp has a public Enum of the logging levels.
The text was updated successfully, but these errors were encountered: