bootlog: monotonic ts for journalctl

pull/34080/head^2
Adeeb Shihadeh 5 months ago
parent 81252f549c
commit 29577a3346
  1. 2
      system/loggerd/bootlog.cc

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

Loading…
Cancel
Save