From 3d9d528694cfbf577f77104b12cba5043b1e67f2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 12 Oct 2024 04:40:54 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index cce34f5d1..d9c29d5ed 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -114,7 +114,8 @@ def initConf(): "/tmp/yum_save_*", "/tmp/tmp.*", - "/www/server/dztasks/logs/dztasks.*", + "/www/server/dztasks/logs/dztasks.*.log", + "/www/server/dztasks/logs/dztasks_*", ] for i in clog: content += i + "\n"