From 2908ffc1c8da3564066529da9e9534643ef84dfd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 6 Jun 2024 19:32:55 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index fa358b185c..898112fc3a 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -93,6 +93,9 @@ def initConf(): "/var/log/kern.log.*", "/var/log/daemon.log.*", + "/var/log/*.gz", + "/var/log/*.xz", + "/var/log/audit/audit.log.*", "/var/log/apt/*.gz", "/var/log/apt/*.xz",