mirror of
https://github.com/meineerde/rackstash.git
synced 2025-10-17 14:01:01 +00:00
We now support two different modes of file rotation at the same time: * auto_reopen can be used to automatically reopen a logfile at the original location if the file was moved or deleted from the filesystem * rotate can be used to write to a rotate file which can be reopened / created based on Date pattern. The user can now decide whether they want to use an external logrotate command or use internal rotation with Rackstash instead.