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(dns): spam ttl logs for prepared queries #21381

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Conversation

DanStough
Copy link
Contributor

Description

Closes #21379

This warning log was always being printed, even in the success case. Now we only emit it when the TTL can't be parsed.

@DanStough DanStough added backport/1.19 Changes are backported to 1.19 backport/ent/1.18 Changes are backported to 1.18 ent labels Jun 28, 2024
@DanStough DanStough requested a review from jmurret June 28, 2024 19:03
@DanStough DanStough merged commit a251f8a into main Jul 8, 2024
82 checks passed
@DanStough DanStough deleted the dans/fix-spam-dns-ttl-log branch July 8, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/ent/1.18 Changes are backported to 1.18 ent backport/1.19 Changes are backported to 1.19
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Failed to parse TTL for prepared query , ignoring" spamming the logs
3 participants