Skip to main content

parse_jsonl_line

Function parse_jsonl_line 

Source
pub fn parse_jsonl_line(line: &str) -> Option<LogMessage>
Expand description

Parse a JSONL log line into a LogMessage. Handles both the daemon’s compact format (ts/level/node/msg) and full LogMessage.