blob: aa6a19a5106c1c6fc6b7be343fd9a5a96fe53cd8 [file] [log] [blame]
Jayanth Othayotha1724692017-10-15 05:45:58 -05001#!/bin/bash
2#
3# config: 13 1
4# @brief: Collect user initialized PID specific journal log information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="Journal pid:$pid log"
10file_name="journal-pid-$pid.log"
11command="journalctl -o verbose _PID=$pid"
12
13add_cmd_output "$command" "$file_name" "$desc"