Tim Starling has uploaded a new change for review. https://gerrit.wikimedia.org/r/58457
Change subject: On brewster: disable access.log and store.log ...................................................................... On brewster: disable access.log and store.log Since its microscopic root partition is regularly filled even by these tiny logs, causing squid to exit. Change-Id: Ieb3a795a4583856138a24bdc18ae495cacab01b0 --- M files/squid/apt-proxy.conf 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/57/58457/1 diff --git a/files/squid/apt-proxy.conf b/files/squid/apt-proxy.conf index b045b05..6545bad 100644 --- a/files/squid/apt-proxy.conf +++ b/files/squid/apt-proxy.conf @@ -1090,7 +1090,7 @@ # a logformat name should not be specified. # # To log the request via syslog specify a filepath of "syslog" -access_log /var/log/squid/access.log squid +access_log none # TAG: cache_log # Cache logging file. This is where general information about @@ -1110,6 +1110,8 @@ #Default: # cache_store_log /var/log/squid/store.log +cache_store_log none + # TAG: cache_swap_log # Location for the cache "swap.state" file. This log file holds # the metadata of objects saved on disk. It is used to rebuild -- To view, visit https://gerrit.wikimedia.org/r/58457 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieb3a795a4583856138a24bdc18ae495cacab01b0 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Tim Starling <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
