-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
#!/usr/bin/env python3
import progressbar
import logging
progressbar.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()
Using 0.32.0
Metadata
Metadata
Assignees
Labels
No labels