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"