We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
In debian/ubuntu, the package manager already provides an /etc/logrotate.d/haproxy config file with the following content:
/etc/logrotate.d/haproxy
/var/log/haproxy.log { daily rotate 52 missingok notifempty compress delaycompress postrotate /usr/lib/rsyslog/rsyslog-rotate endscript }
The file deployed with roxy-wi /etc/logrotate.d/haproxy.conf is conflicting with the one from the package and prevents logrotate unit to start:
/etc/logrotate.d/haproxy.conf
error: haproxy.conf:1 duplicate log entry for /var/log/haproxy.log
Moreover, the debian/ubuntu config makes use of the rsyslog-rotate script. So the roxy-wi config should not be deployed at all on those platforms.
Best regards,
Laurent
The text was updated successfully, but these errors were encountered:
Thank you, will disable it
Sorry, something went wrong.
It fixed 0054f25#diff-e307041c1394eafdf34498419185ed3cb7d45294f56e3ea0b32fc9416672cd9e
No branches or pull requests
Hi,
In debian/ubuntu, the package manager already provides an
/etc/logrotate.d/haproxy
config file with the following content:The file deployed with roxy-wi
/etc/logrotate.d/haproxy.conf
is conflicting with the one from the package and prevents logrotate unit to start:Moreover, the debian/ubuntu config makes use of the rsyslog-rotate script. So the roxy-wi config should not be deployed at all on those platforms.
Best regards,
Laurent
The text was updated successfully, but these errors were encountered: