copr-be: drop the --ignore-subnets

Originally added as: d03a23530d

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
This commit is contained in:
Pavel Raiskup 2021-12-10 14:49:52 +01:00
parent 943064c64a
commit 7afd769a06

View file

@ -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 || :