stampede
stampede copied to clipboard
Logging is slow
Stampede reads make's output and logs it, providing a uniform source of the output data. However, it is noticeably slow when there is a rapid stream of output.
You may want to make your logging asynchronous writes. (Write to a logging queue in memory that then buffers to disk. )
On Jan 7, 2013, at 4:52 PM, Dean Wampler [email protected] wrote:
Stampede reads make's output and logs it, providing a uniform source of the output data. However, it is noticeably slow when there is a rapid stream of output.
— Reply to this email directly or view it on GitHub.