From 679a112a2cd5259df608e090185b9b0fd482ad53 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 6 Jun 2024 18:56:09 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index 5a04076f2..f2d55d26c 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -82,6 +82,10 @@ def initConf(): "/var/log/yum.log-*", "/var/log/messages-*", "/var/log/btmp-*", + "/var/log/auth.*", + "/var/log/messages.*", + "/var/log/debug.*", + "/var/log/syslog.*", "/var/log/audit/audit.log.*", "/var/log/rhsm/rhsm.log-*", "/var/log/rhsm/rhsmcertd.log-*",