-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
Description
The redirect_stdout option doesn't work when printing messages to stdout using the logging module.
Is there any workaround for this that I am not aware of?
Code
import time
import progressbar
bar = progressbar.ProgressBar(redirect_stdout=True)
for i in bar(range(100)):
logging.warning('Some warning')
time.sleep(0.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels