-
Notifications
You must be signed in to change notification settings - Fork 406
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
Option to hide "xxx is not supported" #837
Comments
The module is using One can control the logging and remove this in their code before importing canmatrix with:
|
Thank you so much @tuna-f1sh ! I am wondering if it is a good idea to hide these warnings by default? Only when read |
The commit d9902ac means that they will be hidden by default since the default logging level is < DEBUG. It hasn't been included in a release yet however since the last was over one year ago - not sure why? |
@ebroecker, would it be possible to make a new release in the near future? That way users will not be puzzled anymore by these warnings every time canmatrix is imported somewhere. Unfortunatley, this has been an issue for a long time, #684, old reddit post. It is especially confusing when you are not even importing |
Would it be a good idea to hide these info by default or provide an option? Thanks!☺️
Originally asked at danielhrisca/asammdf#1134
As I have a very simple code which is reading MF4 file: https://github.com/hongbo-miao/hongbomiao.com/blob/a8103b3b847033e2e31e4008ed1b540d4b39e4f2/embedded-system/decode-can-mf4-data/src/main.py
Without installing any other dependencies than
asammdf
, everything still works file.The text was updated successfully, but these errors were encountered: