Code review comment for lp:~mbp/bzr/remove-logging

Revision history for this message
Robert Collins (lifeless) wrote :

On Wed, 2009-12-02 at 22:00 +0000, Martin Pool wrote:
> 2009/12/3 John Arbash Meinel <email address hidden>:
> > I should note that paramiko makes extensive use of the python logging
> > infrastructure. If we don't set up a default logging setup then paramiko
> > trying to log stuff will print out "unable to get default logging" or
> > whatever that error message is.
>
> Actually I think it works _better_ if we don't register a default
> logger, oddly enough. But I will check it again by forcing the use of
> paramiko.

It will say to console 'could not find logger for ...', pqm runs into
this all the time.

We do need to setup logging for paramiko :(.

-Rob

« Back to merge proposal