Add iso_8601_realtime_microseconds time format for logging
Adds a new time_format option that uses syscall(SYS_clock_gettime) directly to bypass libfaketime interception. This allows accurate wall-clock timing of hived initialization steps during tests that use fake time.
Loading
Please sign in to comment