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. |
|