Comment 5 for bug 393037

Revision history for this message
Nicholas Allen (nick-allen) wrote :

I found a possible workaround here: http://excid3.com/2009/06/no-handlers-could-be-found-for-logger/

As I am unable to reproduce this bug myself could you try adding the following lines to the import section in bzr_email_notifier.py (as suggested by link above) and let me know if this makes any difference?

import logging
logging.basicConfig()