lograte切割tengine日志

记录

/srv/logs/nginx/*log {
    create 0644 nobody nobody
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /bin/kill -USR1 `cat /srv/app/tengine/logs/nginx.pid 2>/dev/null` 2>/dev/null || true
    endscript
}

原文地址:https://www.cnblogs.com/lizhaojun-ops/p/10822353.html