Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d267a2a + 2b17953 commit 6a6f21cCopy full SHA for 6a6f21c
1 file changed
lib/matplotlib/animation.py
@@ -625,7 +625,7 @@ def _args(self):
625
# If you have a lot of frames in your animation and set logging to
626
# DEBUG, you will have a buffer overrun.
627
if _log.getEffectiveLevel() > logging.DEBUG:
628
- args += ['-loglevel', 'quiet']
+ args += ['-loglevel', 'error']
629
args += ['-i', 'pipe:'] + self.output_args
630
return args
631
0 commit comments