-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Log Levels do not get respected / Progress bar not disableable? #58
Comments
The warning messages are from a C++ extension, there is currently no connection to Python logging -- I'll add a |
Ah, I see. The "Critical" logging level was used as an example that something is wrong - if I had to choose what inputs to see and what not, I would rather see everything from the C++ lib. |
Afaik the setting of a flag would need to be respected in |
Yes, the progress bar is the easy part, but for the C++ extensions there's more work to do. |
OK, just finished. |
I am using the library in a LABview environment and am using version 0.13.3
This is my extraction method:
Despite the log level, I see the following output:
I would expect to see absolutely no output. Also, the progressbar breaks Labview since
Did I miss anything or is it a bug?
The text was updated successfully, but these errors were encountered: