xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpretty (revision 41167a2a144783721852d6960ff7626d6e247cc2)
1#!/bin/bash
2#
3# config: 24 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 --namespace=* -o json-pretty -r"
12
13add_cmd_output "$command" "$file_name" "$desc"
14