php-errors.j2 249 B

1234567891011121314151617
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. /var/log/php/*.log
  7. {
  8. rotate 12
  9. daily
  10. dateext
  11. dateyesterday
  12. missingok
  13. notifempty
  14. delaycompress
  15. compress
  16. }