redis-enterprise-k8s-docs
redis-enterprise-k8s-docs copied to clipboard
Custom logrotate
Hello,
How can I configure custom logrotate?
For example: custom-log-rotate.conf
/var/opt/redislabs/log/*.log { daily missingok copytruncate rotate 1 compress notifempty }
I'll try to execute into pod, the following code:
logrotate -d custom-log-rotate.conf
But I got "Permission denied"
Any idea to do that?