v.24.7New Feature

Introduce logger.console_log_level server config for console log control

Introduce logger.console_log_level server config to control the log level to the console (if enabled). #65559 (Azat Khuzhin).
Introduces the logger.console_log_level server configuration option to control the log level output to the console when console logging is enabled.

Why it matters

This feature allows users to specify the verbosity of logs shown on the console, helping to reduce noise or increase detail in console logs based on user needs.

How to use it

Set the logger.console_log_level parameter in the server configuration file to the desired log level (e.g., trace, debug, info, warn, error, fatal) to control which logs are displayed on the console.