stampede icon indicating copy to clipboard operation
stampede copied to clipboard

Logging is slow

Open deanwampler opened this issue 12 years ago • 1 comments

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.

deanwampler avatar Jan 07 '13 22:01 deanwampler

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.

msegel avatar Jan 07 '13 23:01 msegel