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()) {