[issue1436] logging.config.fileConfig, NameError: name 'RotatingFileHandler' is not defined

Christian Heimes report at bugs.python.org
Tue Nov 13 15:20:42 CET 2007


Christian Heimes added the comment:

confirmed

The problem is in logging.config._install_handlers(cp, formatters). The
code is usin klass = eval(klass, vars(logging)) args = eval(args,
vars(logging)) to get the logger class from the logging module.

----------
nosy: +tiran
versions: +Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1436>
__________________________________


More information about the Python-bugs-list mailing list