diff --git a/src/etc/logrotate.d/zabbix-python b/src/etc/logrotate.d/zabbix-python new file mode 100644 index 0000000..3e04c7a --- /dev/null +++ b/src/etc/logrotate.d/zabbix-python @@ -0,0 +1,10 @@ +/var/log/zabbix/python.exceptions.log { + daily + missingok + rotate 30 + compress + delaycompress + notifempty + create 0644 www-data zabbix + copytruncate +}