Reports until 08:37, Tuesday 18 February 2020
H1 AOS (GRD)
jameson.rollins@LIGO.ORG - posted 08:37, Tuesday 18 February 2020 (55150)
Completed guardian log rotation/expiration change (WP 8536, ECR 1900337)

The h1guardian1 journald config was changed to hold onto logs for only the last 2 months, and to increase individual log file size from 128M to 512M.  This should significantly speed up guardian log access.  The change mirros what was done at LLO in November (LLO alog 50166).

etckeeper was also installed on h1guardian1 to track config changes in /etc, and the above change was committed:

root@h1guardian1:/etc# git show
commit 2c2a61e46417dfef73133259faa0c1869cefc6ee
Author: root
Date:   Tue Feb 18 08:25:10 2020 -0800
    journald config change for ECR1900337
diff --git a/.etckeeper b/.etckeeper
index 38e0b55..dfb8f96 100755
--- a/.etckeeper
+++ b/.etckeeper
@@ -44,7 +44,7 @@ mkdir -p './systemd/user'
 mkdir -p './udev/hwdb.d'
 maybe chmod 0755 '.'
 maybe chmod 0700 '.etckeeper'
-maybe chmod 0644 '.gitignore'
+maybe chmod 0600 '.gitignore'
 maybe chmod 0755 'NetworkManager'
 maybe chmod 0755 'NetworkManager/dispatcher.d'
 maybe chmod 0755 'NetworkManager/dispatcher.d/ntp'
diff --git a/systemd/journald.conf b/systemd/journald.conf
index 7536bc0..6976a9c 100644
--- a/systemd/journald.conf
+++ b/systemd/journald.conf
@@ -22,13 +22,13 @@ Storage=persistent
 RateLimitBurst=100000
 SystemMaxUse=3T
 #SystemKeepFree=
-#SystemMaxFileSize=
+SystemMaxFileSize=512M
 SystemMaxFiles=100000
 #RuntimeMaxUse=
 #RuntimeKeepFree=
 #RuntimeMaxFileSize=
 #RuntimeMaxFiles=100
-#MaxRetentionSec=
+MaxRetentionSec=2month
 #MaxFileSec=1month
 #ForwardToSyslog=yes
 #ForwardToKMsg=no
root@h1guardian1:/etc#

All logs are backed up to LDAS, so we will continue to have access to past logs if need be.