I always get "No handlers could be found for logger "bzr"" when trying to upload code

Asked by climatewarrior

No handlers could be found for logger "bzr"

I always get that when trying to upload code. Dont know what Im doing wrong. Thankyou

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
John A Meinel
Solved:
Last query:
Last reply:
Revision history for this message
Best John A Meinel (jameinel) said :
#1

This is a symptom of a locking bug.

If you do: "bzr break-lock URL"

It should allow "bzr push" to work again.

Note: You may need to run "break-lock" a couple of times before it flushes all of the pending lock processes.

It is related to:
https://bugs.launchpad.net/bzr/+bug/172392

and
https://bugs.launchpad.net/bzr/+bug/141172

I thought there was also a bug about bazaar.launchpad.net and the "No handlers" bug.

Revision history for this message
John A Meinel (jameinel) said :
#2
Revision history for this message
climatewarrior (gabrieljoel) said :
#3

Thanks John A Meinel, that solved my question.