Yuvipanda has submitted this change and it was merged.

Change subject: dynamicproxy: Store only one day of nginx logs
......................................................................


dynamicproxy: Store only one day of nginx logs

tools-webproxy is running out of space!

Change-Id: Ie17d7954871e84f3084f9edbf7c2e41039debbea
---
M modules/dynamicproxy/files/logrotate
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/dynamicproxy/files/logrotate 
b/modules/dynamicproxy/files/logrotate
index 0c6c6c7..e8addca 100644
--- a/modules/dynamicproxy/files/logrotate
+++ b/modules/dynamicproxy/files/logrotate
@@ -1,7 +1,7 @@
 /var/log/nginx/*.log {
        daily
        missingok
-       rotate 2
+       rotate 1
        compress
        delaycompress
        notifempty

-- 
To view, visit https://gerrit.wikimedia.org/r/178137
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie17d7954871e84f3084f9edbf7c2e41039debbea
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to