blob: d1986cc073631555080463e82b0ecb72c30051db [file] [log] [blame]
#!/bin/bash
#
# config: 24 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"