[New-bugs-announce] [issue16521] logging.basicConfig creates empty file when using handlers

Jovik report at bugs.python.org
Wed Nov 21 13:18:21 CET 2012


New submission from Jovik:

Using logging.basicConfig() with Python 3.2.3 accepts handlers options without any errors. It creates an empty file. I don't think this should be default behaviour, sice it's very missleading (no exception thrown; no warning on standard output or in the file)

----------
components: Library (Lib)
files: logginghandler.py
messages: 176052
nosy: Jovik
priority: normal
severity: normal
status: open
title: logging.basicConfig creates empty file when using handlers
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file28060/logginghandler.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16521>
_______________________________________


More information about the New-bugs-announce mailing list