From f2f5328a7e0b4389533eafcbf886f141da16f43e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 22 Dec 2014 10:59:25 -0500 Subject: [PATCH] JBAS-258 syslog file cleanup docs Signed-off-by: Bill Erickson --- KCLS/misc-scripts/manage-log-files.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KCLS/misc-scripts/manage-log-files.sh b/KCLS/misc-scripts/manage-log-files.sh index 4bb4b229a6..f00e846fc4 100755 --- a/KCLS/misc-scripts/manage-log-files.sh +++ b/KCLS/misc-scripts/manage-log-files.sh @@ -1,5 +1,9 @@ #!/bin/bash set -eu +# Syslog server log file compressor and deleter. +# +# To future generations: this script was a lot simpler +# to implement and test than a logrotate setup. # *_AGE values are stored as days # Example: a compress value of "3" means compress files -- 2.11.0