aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-09-14 03:33:17 -0400
committerGitHub <[email protected]>2023-09-14 09:33:17 +0200
commit3f8f7d18f54f130b59bfc5ac3104e91e132a4076 (patch)
treeacf9c5927215087e722a0f5557c212b19eeb1e1f
parentjob queue and async oplog-import/export (#395) (diff)
downloadzen-3f8f7d18f54f130b59bfc5ac3104e91e132a4076.tar.xz
zen-3f8f7d18f54f130b59bfc5ac3104e91e132a4076.zip
disable access logging on shared instances (#403)
-rw-r--r--upstream-config-templates/zen_config.lua.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2
index 062084f6c..cce2effc1 100644
--- a/upstream-config-templates/zen_config.lua.j2
+++ b/upstream-config-templates/zen_config.lua.j2
@@ -20,6 +20,7 @@ gc = {
cache = {
enable = true,
+ accesslog = false,
upstream = {
upstreamthreadcount = 4,
policy = "disabled", -- readwrite|readonly|writeonly|disabled