[issue25121] python logger RotatingFileHandler can't wrap log file and blows with traceback

Alexander Belchenko report at bugs.python.org
Tue Sep 15 16:15:42 CEST 2015


Alexander Belchenko added the comment:

I have suspicion about this issue.

In my application tornado framework is used. I setup logger for my own code, but use the same logger for tornado, so all messages from tornado itself go into the same log file.

As I said earlier it's strange but one log file works as expected. This log file is not used by tornado.

----------

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


More information about the Python-bugs-list mailing list