launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #05088
Re: fixing the log handler for "lazr.smtptest"
There is a quirk in Python logging behaviour that's probably causing
this. I forget the exact rule but it's _something_ like this: if you
install no handler, it just uses the default; if you install a root
handler it works; if you install an explicitly named handler and then
write to a different explicit channel name, you get this error.
istm Launchpad should always install a root handler.
--
Martin
References