blob: 3183611e2b6ced1584dd9c61d556897cc89ed4d5 [file] [log] [blame]
Jayanth Othayoth14d790f2017-10-15 05:48:25 -05001#!/bin/bash
2#
3# config: 2 10
4# @brief: Collect Journal pretty log information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="Journal pretty log"
10file_name="journal-pretty.log"
11command="journalctl -o json-pretty -r"
12
13add_cmd_output "$command" "$file_name" "$desc"