How to select the logging level of ffmpegio ? #11
Unanswered
justinbacle
asked this question in
Q&A
Replies: 2 comments 5 replies
-
|
@justinbacle - Unfortunately, the logging aspect of this package has been coded very loosely (as I started building this package very early in my Python career). If you could print what the warning is, I can try to patch it up asap. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Took me a while, but the latest release, v0.9.0, switched from the root logger to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I tried reducing the logging level of ffmpegio using the following
logging.getLogger("ffmpegio").setLevel(logging.WARNING)as I do it for other modules, but the path.py file of ffmpegio still continues to show loads of debug info on ffmpegio.audio.read()
Is there a better/proper way to choose which log level to have ?
Beta Was this translation helpful? Give feedback.
All reactions