[New-bugs-announce] [issue7851] WatchedFileHandler needs to be references as handlers.WatchedFileHandler in conf files
Tom Aratyn
report at bugs.python.org
Thu Feb 4 00:32:42 CET 2010
New submission from Tom Aratyn <themystic.ca at gmail.com>:
The documentation on using logging configuration files (http://docs.python.org/library/logging.html#configuring-logging) doesn't mention that the WatchedFileHandler needs to be referenced as "handlers.WatchedFileHandler". This behavior is different from most handlers (like FileHandler) which can be referenced without the package prefix.
This surprise was experienced on python 2.6.4 on Ubuntu 9.10.
----------
assignee: georg.brandl
components: Documentation
messages: 98803
nosy: Tom.Aratyn, georg.brandl
severity: normal
status: open
title: WatchedFileHandler needs to be references as handlers.WatchedFileHandler in conf files
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7851>
_______________________________________
More information about the New-bugs-announce
mailing list