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

fix: set sync_threshold and discard_threshold #599

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Conversation

chasers
Copy link
Contributor

@chasers chasers commented Feb 19, 2025

Sets these such that Supavisor will drop logs instead of going into sync mode.

@chasers chasers requested a review from a team as a code owner February 19, 2025 15:42
@chasers chasers enabled auto-merge February 19, 2025 15:51
Comment on lines +17 to +18
sync_threshold: 10_000,
discard_threshold: 10_000,
Copy link
Member

Choose a reason for hiding this comment

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

I need to check if that still works like that, as it is no longer mentioned by the Logger docs. I think we need to add :logger_backends to make it work properly.

@hauleth hauleth disabled auto-merge February 19, 2025 20:32
@hauleth hauleth enabled auto-merge (squash) February 19, 2025 22:51
@hauleth hauleth merged commit 89cc9f6 into main Feb 19, 2025
8 checks passed
@hauleth hauleth deleted the fix/config-logger branch February 19, 2025 22:51
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