-
Notifications
You must be signed in to change notification settings - Fork 36
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
dmesg log flooding #22
Comments
Hello @satter Thank you for the report. To be honest I don't know why does it happen, since this logging is not set up explicitly by co2meter (neither do I fully understand what and how logs to dmesg). Do you have any idea how to suppress it? |
These logs seems to be generated by hid-core driver: https://github.com/torvalds/linux/blob/master/drivers/hid/hid-core.c#L2020
Maybe it is related to the way co2meter reads data from device? For example, co2mond does not trigger such logs for the same device |
Hello,
First of all thank you for such nice software!
I've been using co2meter (0.2.5 from pip) with flask server option on my two PCs running Ubuntu 20.04
It seems that every request for co2 and temperature is followed by kernel message:
so dmesg log looks like this:
Is it possible to suppress these messages?
The text was updated successfully, but these errors were encountered: