v.20.5Improvement
Better log messages during configuration reload
Better log messages in while reloading configuration. #11341 (alexey-milovidov).
Why it matters
This enhancement provides clearer and more informative log messages when the ClickHouse server reloads its configuration. It helps users and administrators better understand the reload process, diagnose issues faster, and maintain smoother operation.How to use it
The improved logging takes effect automatically when the configuration is reloaded. Users can trigger a configuration reload using existing commands (e.g., sending theSIGHUP signal to the ClickHouse server) and will then see enhanced logs without any additional configuration changes.