From 7afd769a06a87617464bdc7bece5f01f8fd18a19 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 10 Dec 2021 14:49:52 +0100 Subject: [PATCH] copr-be: drop the --ignore-subnets Originally added as: d03a23530d979251e1009f4e642aef8168fba450 Though that commit was probably related to OpenStack networking we had those days. The traffic from Copr builders will have to be filtered-out based on a specific UserAgent (or something alike), once we are on the issue https://pagure.io/copr/copr/issue/1263 --- roles/copr/backend/templates/logrotate/lighttpd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/logrotate/lighttpd.j2 b/roles/copr/backend/templates/logrotate/lighttpd.j2 index 7560a12273..5cb3c2a2c6 100644 --- a/roles/copr/backend/templates/logrotate/lighttpd.j2 +++ b/roles/copr/backend/templates/logrotate/lighttpd.j2 @@ -31,7 +31,7 @@ delaycompress sharedscripts prerotate - /usr/bin/copr_log_hitcounter.py /var/log/lighttpd/access.log --ignore-subnets 172.25.144.0/20 209.132.184.33/24 &>>/var/log/copr-backend/hitcounter-logrotate.log || : + /usr/bin/copr_log_hitcounter.py /var/log/lighttpd/access.log &>>/var/log/copr-backend/hitcounter-logrotate.log || : endscript postrotate /usr/local/bin/copr-lighty-reopen-logs || :