v.19.10Improvement

Support Section in Clickhouse-local Config File

Support <logger> section in clickhouse-local config file. #5540 (proller)
Added support for the <logger> section in the clickhouse-local configuration file.

Why it matters

This feature enables users to configure logging behavior directly within the clickhouse-local tool, allowing for better control and customization of log output and diagnostics when running ClickHouse in local mode.

How to use it

To use this feature, add a <logger> section to your clickhouse-local config file with the desired logging settings. This configuration will control the logging behavior when executing clickhouse-local commands.