No handlers could be found for logger "bzr"
Bug #393037 reported by
Reuben Firmin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-email-notifier |
Fix Committed
|
Medium
|
Nicholas Allen |
Bug Description
For one of our repositories, we don't get email, and the following error is printed to the log:
No handlers could be found for logger "bzr"
Changed in bzr-email-notifier: | |
status: | New → Incomplete |
Changed in bzr-email-notifier: | |
status: | Incomplete → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Nicholas Allen (nick-allen) |
Changed in bzr-email-notifier: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
This sounds like it could be a bazaar installation problem as it seems mailed option in the branch. conf file to this revision.
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_
.bzr/branch/
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.