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

Update docker-compose.yml to reduce excessively large logs #1

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

tianyuan129
Copy link
Contributor

Keep NLSR logging level as DEBUG. Don't see a strong reason to change since (1) local logging driver already limits the log size and (2) we do want to know what went wrong when routing has errors.

@@ -54,9 +58,11 @@ services:
restart: unless-stopped
healthcheck:
test: [CMD, nfdc, status]
interval: 5s
interval: 30s
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note: this will cause some delay for the initial startup e.g. when a node restarts.

@tianyuan129 tianyuan129 merged commit c4b8d02 into main Aug 4, 2024
2 checks passed
@tianyuan129 tianyuan129 deleted the reduce-log branch August 4, 2024 14:59
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

Successfully merging this pull request may close these issues.

2 participants