We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4613628 commit 291db93Copy full SHA for 291db93
rust/cubestore/cubestore/src/config/mod.rs
@@ -1358,7 +1358,7 @@ impl Config {
1358
Some(60),
1359
Some(15),
1360
),
1361
- cachestore_log_enabled: env_bool("CUBESTORE_CACHESTORE_LOG_ENABLED", true),
+ cachestore_log_enabled: env_bool("CUBESTORE_CACHESTORE_LOG_ENABLED", false),
1362
cachestore_rocks_store_config: RocksStoreConfig::cachestore_default(),
1363
cachestore_gc_loop_interval: env_parse_duration(
1364
"CUBESTORE_CACHESTORE_GC_LOOP",
0 commit comments