blob: 3183611e2b6ced1584dd9c61d556897cc89ed4d5 [file] [log] [blame]
#!/bin/bash
#
# config: 2 10
# @brief: Collect Journal pretty log information.
#
. $DREPORT_INCLUDE/functions
desc="Journal pretty log"
file_name="journal-pretty.log"
command="journalctl -o json-pretty -r"
add_cmd_output "$command" "$file_name" "$desc"