v.25.10Improvement
Make clickhouse-benchmark to not include stacktraces
Make clickhouse-benchmark to not include stacktraces in error messages by default. #87954 (Ahmed Gouda).Why it matters
This change improves the readability of error messages generated byclickhouse-benchmark by omitting verbose stack traces, making it easier for users to identify and understand errors without unnecessary technical details.How to use it
Users runningclickhouse-benchmark will now see simplified error messages without stack traces automatically. If needed, verbose error details can be enabled by adjusting the tool's logging configuration or command options (if available).