From 29577a3346775111430f7f967c8dc1ebee361160 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 25 Nov 2024 15:41:21 -0800 Subject: [PATCH] bootlog: monotonic ts for journalctl --- system/loggerd/bootlog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/loggerd/bootlog.cc b/system/loggerd/bootlog.cc index b8257b6d69..85eeb369a1 100644 --- a/system/loggerd/bootlog.cc +++ b/system/loggerd/bootlog.cc @@ -27,7 +27,7 @@ static kj::Array build_boot_log() { // Gather output of commands std::vector bootlog_commands = { - "[ -x \"$(command -v journalctl)\" ] && journalctl", + "[ -x \"$(command -v journalctl)\" ] && journalctl -o short-monotonic", }; if (Hardware::TICI()) {