I added boto.perflog for profiling purpose. I wanted it separated from the main logger to avoid being flood by logs when only seeking for request-id along with the associated RTT. It sounds like I partially missed the target :/ sorry.
Anyway, I have a pending pull request which addresses this by moving it from "INFO" to "DEBUG" level, which, by the way, is much more logical. Additionally, this PR re-factors the logger handler, thus helping to tweak this. (
https://github.com/boto/boto/pull/991)
--
Jean-Tiare