Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment: You have made a mistake in your configuration. You only have one logger, named "butterfly", but this wrongly appears twice in your configuration.
Remove the errorLogger key and section entirely, then add errorHandler to the handlers of normalLogger. Because the errorFileHandler has a level of ERROR, only ERRORS and greater will be written to the error file. Tested with changed file on Python 2.5.2 under Windows, performs as expected. Closing this issue. ---------- resolution: -> invalid status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7181> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com