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 _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

