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
Currently, log rotation can be done by using host's OS logrotate daemon (see https://github.com/SatoshiPortal/cyphernode/tree/master/contrib/etc/logrotate.d) but it requires CN operator to set it up.
It would be nice to have it managed by Cyphernode.
I think we could use proxycron's container to do this: mount the logs/ folder in there and configure logrotate with a generous default configuration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, log rotation can be done by using host's OS logrotate daemon (see https://github.com/SatoshiPortal/cyphernode/tree/master/contrib/etc/logrotate.d) but it requires CN operator to set it up.
It would be nice to have it managed by Cyphernode.
I think we could use proxycron's container to do this: mount the logs/ folder in there and configure logrotate with a generous default configuration.
The text was updated successfully, but these errors were encountered: