-
Notifications
You must be signed in to change notification settings - Fork 663
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 to avoid spamming syslog with invoked messages #4353
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tanwigeetika1618
requested review from
audgirka and
alisonlhart
and removed request for
a team
October 1, 2024 12:41
tanwigeetika1618
force-pushed
the
fix-syslog-messages
branch
from
October 1, 2024 14:19
8b9c6b0
to
fb0b9fa
Compare
tanwigeetika1618
force-pushed
the
fix-syslog-messages
branch
from
October 1, 2024 14:23
fb0b9fa
to
28938c1
Compare
tanwigeetika1618
force-pushed
the
fix-syslog-messages
branch
from
October 4, 2024 16:07
3180e2c
to
c900411
Compare
tanwigeetika1618
force-pushed
the
fix-syslog-messages
branch
from
October 4, 2024 16:09
c900411
to
e015089
Compare
Qalthos
previously requested changes
Oct 4, 2024
ssbarnea
approved these changes
Oct 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix issue #4317
Description
This PR resolves the issue where
ansible-basic.py
was unnecessarily logging invoked messages to the local syslog, leading to excessive and irrelevant logging during playbook execution.Changes
CustomAnsibleModule
inargs.py
to modify the initialization process.-Preventing the unnecessary execution of
AnsibleModule
.Impact
ansible-lint
and checking logs withjournalctl | grep ansible
.