CORE-POS/IS4C

View on GitHub
fannie/logs/logrotate.core.conf

Summary

Maintainability
Test Coverage
/path/to/IS4C/fannie/logs/*fannie.log {
    missingok
    notifempty
    daily
    size 20M
    create 0666 nobody nobody
    compress
    rotate 4
}