pub const DIAG_TAIL_BYTES: usize = 1024;Expand description
Maximum number of bytes captured from each subprocess stream (stdout
and stderr) for the diagnostic tail. 1 KiB matches the limit used by
tracing::log macros and keeps the JSON envelope under 4 KiB.