Hello
I try to add human-readable timestamp field to capture_loss.log and stats.log
for stats.log
event Stats::log_http(rec: Stats::Info)
{ …
}
this did not work
and for the capture_loss there was no rec event to trigger.
is there another event I can use?