BBlack has submitted this change and it was merged.

Change subject: tlsproxy logrotate: reduce from 52 to 28 days
......................................................................


tlsproxy logrotate: reduce from 52 to 28 days

There's a possibility of PII leak in the error logs here, so
reduce to the same approximate lifetime as our MW apache logs (4
weeks).

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

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/modules/tlsproxy/files/logrotate b/modules/tlsproxy/files/logrotate
index 5364a26..e171c15 100644
--- a/modules/tlsproxy/files/logrotate
+++ b/modules/tlsproxy/files/logrotate
@@ -1,7 +1,7 @@
 /var/log/nginx/*.log {
         daily
         missingok
-        rotate 52
+        rotate 28
         compress
         delaycompress
         create 640 root www-data

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

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

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

Reply via email to