v.22.6Improvement

ClickHouse-Keeper Enhancement: Relocate Broken Logs to Timestamped Folder

clickhouse-keeper improvement: move broken logs to a timestamped folder. #37565 (Antonio Andelic).
Improves ClickHouse Keeper by moving broken logs to a timestamped folder for better log management.

Why it matters

This feature addresses the problem of handling corrupted or broken logs by isolating them in a dedicated, timestamped directory. This organization helps users and administrators to easily identify, review, and manage problematic logs without cluttering the main log directory or losing track of important issues.

How to use it

The feature is enabled automatically in ClickHouse Keeper. When a broken log is detected, it is moved to a new folder named with a timestamp under the log directory, requiring no additional configuration from the user.