Skip to content

Commit

Permalink
bootlog: monotonic ts for journalctl
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 25, 2024
1 parent 81252f5 commit 29577a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/loggerd/bootlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 29577a3

Please sign in to comment.