From b2026ce74fcc28ff6ff91347f821dc763fbcd7eb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 6 Jun 2024 19:29:57 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index 4cfb49eb3..4fd08b076 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -74,7 +74,6 @@ def initConf(): content = "" clog = [ - "/var/spool/clientmqueue/*", "/var/log/cron-*", "/var/log/maillog-*", "/var/log/secure-*", @@ -86,16 +85,22 @@ def initConf(): "/var/log/messages.*", "/var/log/debug.*", "/var/log/syslog.*", + "/var/log/btmp.*", + "/var/log/dpkg.log.*", "/var/log/alternatives.log.*", - "/var/log/user.log.*", "/var/log/kern.log.*", "/var/log/daemon.log.*", + "/var/log/audit/audit.log.*", "/var/log/apt/*.gz", + "/var/log/apt/*.xz", "/var/log/rhsm/rhsm.log-*", "/var/log/rhsm/rhsmcertd.log-*", + + "/var/spool/clientmqueue/*", + "/var/log/journal/*", "/tmp/yum_save_*", "/tmp/tmp.*", ]