allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Add DataLog support for logging stdout/stderr

Open PeterJohnson opened this issue 2 months ago • 0 comments

Capturing stdout and stderr in data logs would make debugging easier. This can be done by implementing the equivalent of tail -f /proc/self/fd/1 (and 2 for stderr) and chunking into lines.

PeterJohnson avatar Jun 21 '24 02:06 PeterJohnson