diff options
| author | Dan Engelbrecht <[email protected]> | 2023-09-14 03:33:17 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-14 09:33:17 +0200 |
| commit | 3f8f7d18f54f130b59bfc5ac3104e91e132a4076 (patch) | |
| tree | acf9c5927215087e722a0f5557c212b19eeb1e1f | |
| parent | job queue and async oplog-import/export (#395) (diff) | |
| download | zen-3f8f7d18f54f130b59bfc5ac3104e91e132a4076.tar.xz zen-3f8f7d18f54f130b59bfc5ac3104e91e132a4076.zip | |
disable access logging on shared instances (#403)
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 1 |
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
|