目前它会删除所有以 laravel-*.log 开头的日志文件,而不是那些大于 100MB 的日志文件。我的 logrotate 版本是 3.8.7。
我的 crontab:
*/1 * * * * root logrotate -f /etc/logrotate.d/laravel.conf
laravel.conf:
/var/www/html/project/storage/logs/laravel-*.log {
su root adm
rotate 0
size 100M
}