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)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 ownsend_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 thesend_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.