Comment 6 for bug 732638

Revision history for this message
Julian Edwards (julian-edwards) wrote :

I'll lay a wager on something being wrong with the code in daemons/poppy-sftp.tac:

{{{
# Connect Python logging to Twisted's logging.
from lp.services.twistedsupport.loggingsupport import set_up_tacfile_logging
set_up_tacfile_logging("poppy-sftp", logging.INFO)
}}}