v.19.13New Feature

Now Client Receive Logs from Server with Any Desired Level by Setting Send_logs_level Regardless to the Log Level Specified in Server Settings

Now client receive logs from server with any desired level by setting send_logs_level regardless to the log level specified in server settings. #5964 (Nikita Mikhaylov)
Allows clients to receive server logs at any desired log level by setting the send_logs_level parameter, independently of the server's configured log level.

Why it matters

This feature solves the problem where clients were previously limited to receiving logs only up to the log level defined in the server settings. By enabling clients to specify their own send_logs_level, users gain greater flexibility and control over the verbosity of logs they receive, aiding in debugging and monitoring.

How to use it

To use this feature, clients should set the send_logs_level parameter to the desired log level when connecting to the ClickHouse server. This overrides the server's log level setting for the logs sent to that client.