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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to