You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
components: standardise CLI parsing and diagnostic output
New include/kasld/cli.h: one option parser (kasld_cli — -v/--verbose,
-t/--time SECS, -h) and a levelled stderr logger (kasld_info/debug/err/
found). stdout is now the machine channel (wire lines only); every
bracketed [.]/[-]/[+] diagnostic moves to the logger.
mincore gains -t (tunable give-up budget); kernelsnitch's per-iteration
firehose is demoted to kasld_debug so it no longer floods -v.
tests/check-component-output ratchets the stream rule (no new raw stdout
printf); the older non-bracketed data-echo lines are baselined as a
tracked follow-on. Standard documented in CONTRIBUTING.
0 commit comments