Activity log for bug #520219

Date Who What changed Old value New value Message
2010-02-11 02:12:28 Martin Pool bug added bug
2010-04-09 15:17:26 Diogo Matsubara launchpadlib: status New Triaged
2010-04-09 15:17:29 Diogo Matsubara launchpadlib: importance Undecided Low
2010-07-24 12:52:44 Martin Pool description api calls to Launchpad can be a bit slow. It would be nice if there was a way to see a trace of what's happening, so that we can either give the user some idea of progress, or so that the application author can get an idea of inefficient things they may be doing. Because it runs only over https you can't watch the requests at the network level. Something like LAUNCHPADLIB_TRACE=1 would be nice, and would let it be turned on without app-specific patches. api calls to Launchpad can be a bit slow. It would be nice if there was a way to see a trace of what's happening, so that we can either give the user some idea of progress, or so that the application author can get an idea of inefficient things they may be doing. Because it runs only over https you can't watch the requests at the network level. Something like LAUNCHPADLIB_TRACE=1 would be nice, and would let it be turned on without app-specific patches. Probably the output should go through python's logging module so it can be redirected.