v.25.8Improvement
Enable trace_log
Enable trace_log.symbolize for old deployments by default. #85456 (Azat Khuzhin).
Why it matters
This feature addresses the problem of trace logs being less human-readable in older ClickHouse versions by enabling symbolization by default. It helps users more easily interpret trace logs for debugging and performance analysis without manual configuration.How to use it
Users do not need to perform any manual action astrace_log.symbolize is enabled by default for old deployments. For other cases, users can control this setting via the trace_log.symbolize parameter in their configuration.