Bugzilla – Bug 105495
zope3 produces errors in logrotate
Last modified: 2006-04-10 16:17:26 UTC
when zope and logrotate are installed, /etc/logrotate.d/zope produces an error message when logrotate is run: Aug 17 14:01:46 linux logrotate: error: stat of /var/opt/zope/*/log/*.log failed: No such file or directory Solution would be to add a line with missingok in /etc/logrotate.d/zope
Still broken in beta 3.
fixed using your solution
This is fixed for zope, but not for zope3. Please add missingok in zope3, too.
Oh, I forgot about that :-) fixed