linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.74k stars 585 forks source link

Logfile rotation isn't removing old log files #2163

Closed Cute-Monster closed 1 month ago

Cute-Monster commented 3 months ago

Current log4j configuration is performing logfile rotation using TimeBasedTriggeringPolicy which rotates file each hour. This configuration isn't removing old log files and this can led to usage of all disk space.

mhratson commented 1 month ago

see #2165