diff --git a/rust/cubestore/cubestore/src/config/mod.rs b/rust/cubestore/cubestore/src/config/mod.rs index b4c15a0486bc0..4a7172d3546f7 100644 --- a/rust/cubestore/cubestore/src/config/mod.rs +++ b/rust/cubestore/cubestore/src/config/mod.rs @@ -1358,7 +1358,7 @@ impl Config { Some(60), Some(15), ), - cachestore_log_enabled: env_bool("CUBESTORE_CACHESTORE_LOG_ENABLED", true), + cachestore_log_enabled: env_bool("CUBESTORE_CACHESTORE_LOG_ENABLED", false), cachestore_rocks_store_config: RocksStoreConfig::cachestore_default(), cachestore_gc_loop_interval: env_parse_duration( "CUBESTORE_CACHESTORE_GC_LOOP",