Comment 1 for bug 393037

Revision history for this message
Nicholas Allen (nick-allen) wrote : Re: [Bug 393037] [NEW] No handlers could be found for logger "bzr"

This sounds like it could be a bazaar installation problem as it seems
an exception is thrown by bzrlib. Does it work if you turn off the diff
attachment by setting diff-line-limit=0 in your config file? If you pull
the latest changes to bzr-email-notifier you can pass a -v argument on
the command line and it will print more information about what it is
doing. You could use this option to find which revision is causing the
problem and, as a workaround, set the last_revision_mailed option in the
.bzr/branch/branch.conf file to this revision.

I would also suggest posting on the Bazaar mailing list about this as a
Bazaar developer may be able to shed more light on what is happening here.