v.25.12Improvement

Log parts events in system.part_log for system.*_log

Log parts events in system.part_log for system.*_log. #92217 (Azat Khuzhin).
ClickHouse now logs part events in system.part_log for all tables with system.*_log engines.

Why it matters

This feature enhances observability by capturing detailed part-level events for log tables, enabling users to monitor and troubleshoot table parts' lifecycle and behavior more effectively.

How to use it

Once updated, users automatically get part event logging in system.part_log for any table using system.*_log engines without additional configuration.