Closed jcdesrochers closed 5 years ago
Added rotation strategy based on max file size. Default max file size is 100MB, but can be changed via the corus config property 'corus.server.log.max.file.size'
fix by commit f56388506c64631b3abbe39d85e7d052f82d52ee
Corus server's log are rotating on a daily basis, but there's no bound on the file size it can generate each day.
It generated multiple terabytes logs files, and cause instances to be in the 'no space on device left' state.