We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that this log line will be output even when the node does not have the VIP. It's a little bit misleading.
2024-12-16 18:23:58,783 [INFO] sarracenia.flowcb.scheduled.poll gather poll routine will run
The poll does not run, so it's probably better if it doesn't say it will run.
I'm not sure if it's worth checking if the node has the vip, maybe it would just be better to downgrade this message to debug.
The text was updated successfully, but these errors were encountered:
reidsunderland
No branches or pull requests
I noticed that this log line will be output even when the node does not have the VIP. It's a little bit misleading.
The poll does not run, so it's probably better if it doesn't say it will run.
I'm not sure if it's worth checking if the node has the vip, maybe it would just be better to downgrade this message to debug.
The text was updated successfully, but these errors were encountered: