php-errors.j2 259 B

12345678910111213141516
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. /var/log/php/*.log
  6. {
  7. rotate 12
  8. daily
  9. dateext
  10. dateyesterday
  11. missingok
  12. notifempty
  13. delaycompress
  14. compress
  15. }