diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index a1953b33fc86ff..2ffd108534598b 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -1054,7 +1054,7 @@ DEFINE_mInt64(file_cache_ttl_valid_check_interval_second, "0"); // zero for not // If true, evict the ttl cache using LRU when full. // Otherwise, only expiration can evict ttl and new data won't add to cache when full. DEFINE_Bool(enable_ttl_cache_evict_using_lru, "true"); -DEFINE_mBool(enbale_dump_error_file, "true"); +DEFINE_mBool(enbale_dump_error_file, "false"); // limit the max size of error log on disk DEFINE_mInt64(file_cache_error_log_limit_bytes, "209715200"); // 200MB DEFINE_mInt64(cache_lock_long_tail_threshold, "1000");