114d790feSJayanth Othayoth#!/bin/bash 214d790feSJayanth Othayoth# 36d7f753bSMarri Devender Rao# config: 24 10 414d790feSJayanth Othayoth# @brief: Collect Journal pretty log information. 514d790feSJayanth Othayoth# 614d790feSJayanth Othayoth 714d790feSJayanth Othayoth. $DREPORT_INCLUDE/functions 814d790feSJayanth Othayoth 914d790feSJayanth Othayothdesc="Journal pretty log" 1014d790feSJayanth Othayothfile_name="journal-pretty.log" 11*41167a2aSJian Zhangcommand="journalctl --namespace=* -o json-pretty -r" 1214d790feSJayanth Othayoth 1314d790feSJayanth Othayothadd_cmd_output "$command" "$file_name" "$desc" 14