a6b9687
@@ -1,4 +1,6 @@
- /var/log/httpd/*log {
+ /var/log/httpd/*log
+ /var/log/httpd/*.log.????-??-??
+ {
daily
rotate 7
missingok
Related to https://pagure.io/fedora-infrastructure/issue/12398
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/8b9d22bad4724b9db506a5619a7dce40
This will take care of the YYYY-MM-DD ones... but there is still also a access_log one.
So perhaps 2 entries? or some regex that works for both?
rebased onto 6d4c6b0
PR updated
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/9996ead7b6e14a979f324267f93e13af
well, you shouldn't need *log and access_log right? the first one should match...
I think there may not be newlines between the logs to match? not 100% sure tho.
rebased onto f103010
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/558e5323f59e41be9572d63e771bec71
@kevin PR updated
Metadata Update from @kevin: - Pull-request tagged with: post-freeze
rebased onto 2f67aad
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/780e9a2db66a4c16b0ac11a6bb3408bb
Related to https://pagure.io/fedora-infrastructure/issue/12398