Skip to main content

write_record

Function write_record 

Source
pub fn write_record(record: &TelemetryRecord)
Expand description

Append a record to the telemetry log. Best-effort — all errors are silently dropped so a broken log path never breaks the request pipeline.

File is created 0600 with O_NOFOLLOW (CWE-59 hardening, matching HelperMethods::log_usage).