Expand description
Log path helpers.
The log PROCESSOR moved to a3s_box_core::log and now runs in the SHIM —
the box’s lifetime process — so a detached run -d box’s logs are not
truncated when the launching CLI exits (the processor used to be a
spawn_blocking task in the ephemeral CLI). This module re-exports the parts
the CLI still needs to locate and read the structured log file.
Structs§
- Runtime
Console Filter - The phase-aware filter for libkrun’s C-init console preamble.
Functions§
- is_
runtime_ console_ noise - True only for a line matching the known C-init preamble grammar.
- json_
log_ path - Path to the structured JSON log file inside a box’s log dir.