v.22.4Improvement

Implement send_logs_level for clickhouse-local

Implement send_logs_level for clickhouse-local. Closes #35653. #35716 (Kseniia Sumarokova).
Implemented send_logs_level option for clickhouse-local.

Why it matters

This feature allows users running clickhouse-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 for send_logs_level when running clickhouse-local, for example:

clickhouse-local --send_logs_level=information

This will enable sending logs at the specified level.