v.22.4Improvement
Implement send_logs_level for clickhouse-local
Implement send_logs_level for clickhouse-local. Closes #35653. #35716 (Kseniia Sumarokova).Why it matters
This feature allows users runningclickhouse-local to control the verbosity of logs sent by specifying the send_logs_level. It solves the issue of missing or uncontrolled logging levels in clickhouse-local, enhancing debugging and monitoring capabilities.How to use it
To use the feature, specify the desired logging level forsend_logs_level when running clickhouse-local, for example:clickhouse-local --send_logs_level=informationThis will enable sending logs at the specified level.