You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/usr/bin/env python3importprogressbarimportloggingprogressbar.streams.wrap_stderr()
logger=logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
logger.info('test')
logger.info('test')
logger.info('test')
# count = 50000# with progressbar.ProgressBar(max_value=count) as bar:# for i in range(count):# #logger.info('test')# bar.update(i)
ref #129
If you do not use the progressbar module, all logger traces are ignored when used with progressbar.streams.wrap_stderr()
ref #129
If you do not use the progressbar module, all logger traces are ignored when used with
progressbar.streams.wrap_stderr()Using 0.32.0