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

keep buffer of logs to show on failure when regular logs are clipped #2577

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

tonistiigi
Copy link
Member

fixes #2573

Signed-off-by: Tonis Tiigi [email protected]

go.mod Outdated
@@ -78,6 +78,8 @@ require (
google.golang.org/grpc v1.42.0
)

require github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
Copy link
Member

Choose a reason for hiding this comment

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

This should be placed in the main require() block?

Copy link
Member Author

Choose a reason for hiding this comment

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

Do you know if we are doing anything wrong so that this isn't added to the correct place automatically?

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.

Add rolling buffer to capture error logs when limits are reached
3 participants