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

View File

@@ -92,6 +92,7 @@ env_logger = "0.11.10"
epoll = "4.4.0"
flume = "0.12.0"
itertools = "0.14.0"
jiff = { version = "0.2", default-features = false, features = ["std"] }
libc = "0.2.186"
log = "0.4.29"
sha2 = "0.11.0"