Skip to content

Commit

Permalink
[kernel] Print human-readable timestamps with dmesg command in kernel
Browse files Browse the repository at this point in the history
plugin

Signed-off-by: Nitin U. Yewale <nyewale@redhat.com>
  • Loading branch information
NitinYewale authored and TurboTurtle committed Jun 9, 2024
1 parent f4e0570 commit ab484a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def setup(self):
self.add_cmd_output(f"find {' '.join(extra_mod_paths)} -ls")

self.add_cmd_output([
"dmesg",
"dmesg -T",
"dkms status"
], cmd_as_tag=True)
self.add_cmd_output("sysctl -a", tags="sysctl")
Expand Down

0 comments on commit ab484a6

Please sign in to comment.