New submission from alexl <alex_luka...@mail.ru>: The following code runs w/o exceptions, but log file is empty:
import logging logging.basicConfig(level='DEBUG', filename='log.txt') logging.info('Oh hi!') To avoid such silent error, basicConfig must either throw exception on invalid level parameter, or accept string values. ---------- components: Library (Lib) messages: 89536 nosy: alexl severity: normal status: open title: logging.basicConfig(level='DEBUG', ... type: behavior versions: Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6314> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com