Rush has submitted this change and it was merged. Change subject: phab: reduce log history ......................................................................
phab: reduce log history If we do the math atm logs can still eat the entire available / at 7 days. Talked to mukunda and we are ok to reduce. Change-Id: I8da81337740c110ab5703bf642ac9ff7f12b062a --- M hieradata/role/common/phabricator/main.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Rush: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/role/common/phabricator/main.yaml b/hieradata/role/common/phabricator/main.yaml index ef00bf1..16887b0 100644 --- a/hieradata/role/common/phabricator/main.yaml +++ b/hieradata/role/common/phabricator/main.yaml @@ -3,4 +3,4 @@ - phabricator-admin - phabricator-roots apache::logrotate::period: "daily" -apache::logrotate::rotate: 7 +apache::logrotate::rotate: 3 -- To view, visit https://gerrit.wikimedia.org/r/230661 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8da81337740c110ab5703bf642ac9ff7f12b062a Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rush <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
