Skip to content
New issue

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

Log Rotation: document or provide solution #134

Open
tzaffi opened this issue Aug 9, 2023 · 0 comments
Open

Log Rotation: document or provide solution #134

tzaffi opened this issue Aug 9, 2023 · 0 comments

Comments

@tzaffi
Copy link
Contributor

tzaffi commented Aug 9, 2023

Problem

After a catchup on mainnet with log level INFO, the conduit log is more than 12GB. This is large enough that some sort of log rotation strategy is called for.

Solution

We could either provide our own solution using a go library, or document how this could be done on various system. For example, on linux one could use logrotate.

An argument for providing our own solution is platform independence, but a counter-argument is that this is non-standard.

Dependencies

Urgency

Low - I'm not sure how big of an issue this in the community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant