| Path : /proc/thread-self/root/etc/logrotate.d/ |
| Current File : //proc/thread-self/root/etc/logrotate.d/php7.2-fpm |
/var/log/php7.2-fpm.log {
rotate 12
weekly
missingok
notifempty
compress
delaycompress
postrotate
if [ -x /usr/lib/php/php7.2-fpm-reopenlogs ]; then
/usr/lib/php/php7.2-fpm-reopenlogs;
fi
endscript
}