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:
parent
943064c64a
commit
7afd769a06
1 changed files with 1 additions and 1 deletions
|
@ -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 || :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue