aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-19 23:07:30 +0100
committerStefan Boberg <[email protected]>2023-12-19 23:07:30 +0100
commit5cbbdba34c5daab85076e2fbbf07718f4965c2b2 (patch)
treede0c18dfc1c3d31ab0bf680c1b1fbdbb1d74c125 /src
parentportability test (diff)
downloadzen-5cbbdba34c5daab85076e2fbbf07718f4965c2b2.tar.xz
zen-5cbbdba34c5daab85076e2fbbf07718f4965c2b2.zip
default write/access log to off
Diffstat (limited to 'src')
-rw-r--r--src/zenstore/include/zenstore/structuredcachestore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenstore/include/zenstore/structuredcachestore.h b/src/zenstore/include/zenstore/structuredcachestore.h
index 56b2105a9..5732735cf 100644
--- a/src/zenstore/include/zenstore/structuredcachestore.h
+++ b/src/zenstore/include/zenstore/structuredcachestore.h
@@ -145,8 +145,8 @@ public:
bool AllowAutomaticCreationOfNamespaces = false;
struct LogConfig
{
- bool EnableWriteLog = true;
- bool EnableAccessLog = true;
+ bool EnableWriteLog = false;
+ bool EnableAccessLog = false;
} Logging;
};