From 14f09a02e02df77e2592f69aae122c8b68826d8f Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 16 Apr 2023 14:58:08 -0400 Subject: [PATCH] Add syslog snippet to diagnostic info script --- scripts/print_diagnostic_info.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/print_diagnostic_info.sh b/scripts/print_diagnostic_info.sh index df6a3bb..b33d6e9 100644 --- a/scripts/print_diagnostic_info.sh +++ b/scripts/print_diagnostic_info.sh @@ -9,6 +9,9 @@ for service in "${services[@]}"; do echo "" done +echo "========= Syslog snippet ==========" +tail -n 100 /var/log/syslog + # 2. Mounted file systems echo "========== Mounted File Systems ==========" df -h