Our skills have a python script which annotates fault_injector logs to make it clearer which faults are active at a given time. See https://github.com/antithesishq/antithesis-skills/blob/main/antithesis-triage/assets/process-logs.py We should port this to the logs subcommand: ``` snouty runs logs --annotate-faults ... snouty --json runs logs --annotate-faults ... # outputs NDJSON ``` TBD: - Name of the flag - Default to on or off? (Probably `on`)
Our skills have a python script which annotates fault_injector logs to make it clearer which faults are active at a given time. See https://github.com/antithesishq/antithesis-skills/blob/main/antithesis-triage/assets/process-logs.py
We should port this to the logs subcommand:
TBD:
on)