v.20.4Improvement
Avoid Mixing Log Messages and Query Progress When send_logs_level is Enabled
When the setting send_logs_level is enabled, avoid intermixing of log messages and query progress. #9634 (Azat Khuzhin)Why it matters
This feature addresses the problem of mixed and confusing output in the logs when both log messages and query progress information are sent simultaneously. It ensures clearer and more readable log data, enhancing debugging and monitoring experience.How to use it
Enable or configure thesend_logs_level setting to activate separate handling of log messages and query progress, thus preventing their intermixing.