Skip to content

Commit

Permalink
[logs] collect journalctl --disk-usage
Browse files Browse the repository at this point in the history
Resolves: #750

Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
  • Loading branch information
pmoravec authored and bmr-cymru committed Feb 1, 2016
1 parent 18df2d0 commit 28c87cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/plugins/logs.py
Expand Up @@ -33,6 +33,7 @@ def setup(self):
self.add_copy_spec_limit("/var/log/boot.log", sizelimit=self.limit)
self.add_copy_spec_limit("/var/log/cloud-init*", sizelimit=self.limit)
self.add_cmd_output([
"journalctl --disk-usage",
"journalctl --all --this-boot --no-pager",
"journalctl --all --this-boot --no-pager -o verbose",
])
Expand Down

0 comments on commit 28c87cd

Please sign in to comment.