blob: 109d54930b971b21c2272667e27d9bce530a22dd [file] [log] [blame]
Jayanth Othayoth14d790f2017-10-15 05:48:25 -05001#!/bin/bash
2#
Marri Devender Rao6d7f7532018-12-04 09:10:02 -06003# config: 24 10
Jayanth Othayoth14d790f2017-10-15 05:48:25 -05004# @brief: Collect Journal pretty log information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="Journal pretty log"
10file_name="journal-pretty.log"
Jian Zhang41167a22024-12-10 23:14:05 +080011command="journalctl --namespace=* -o json-pretty -r"
Jayanth Othayoth14d790f2017-10-15 05:48:25 -050012
13add_cmd_output "$command" "$file_name" "$desc"