bootlog: monotonic ts for journalctl

This commit is contained in:
Adeeb Shihadeh
2024-11-25 15:41:21 -08:00
parent 81252f549c
commit 29577a3346
+1 -1
View File
@@ -27,7 +27,7 @@ static kj::Array<capnp::word> build_boot_log() {
// Gather output of commands
std::vector<std::string> bootlog_commands = {
"[ -x \"$(command -v journalctl)\" ] && journalctl",
"[ -x \"$(command -v journalctl)\" ] && journalctl -o short-monotonic",
};
if (Hardware::TICI()) {