New submission from Tom Aratyn <themystic...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7851> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com