main: Add more log format options

Add {wallclock}, {pid}, and {tid} tokens to the log format system.

Assisted-by: Claude:Opus-4.7
Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-05-08 14:35:31 +01:00
parent d9b8f28f21
commit 87c546ea6a
5 changed files with 93 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -449,6 +449,7 @@ dependencies = [
"epoll",
"event_monitor",
"hypervisor",
"jiff",
"libc",
"log",
"net_util",