Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 351 Bytes

File metadata and controls

16 lines (9 loc) · 351 Bytes

Logrotate bundle

Install

composer require touchdesign/logrotate-bundle

Usage

bin/console touch:logrotate:rotate /var/log/example.log [--keep=5]
bin/console touch:logrotate:purge /var/log/example.log

Configure

Can easily configured by EnvVars:

LOGROTATE_KEEP=3    # Number of log file to keep, default is 3