blob: aa6a19a5106c1c6fc6b7be343fd9a5a96fe53cd8 [file] [log] [blame]
#!/bin/bash
#
# config: 13 1
# @brief: Collect user initialized PID specific journal log information.
#
. $DREPORT_INCLUDE/functions
desc="Journal pid:$pid log"
file_name="journal-pid-$pid.log"
command="journalctl -o verbose _PID=$pid"
add_cmd_output "$command" "$file_name" "$desc"