-
Notifications
You must be signed in to change notification settings - Fork 662
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
Avoid spamming local syslog while linting (module loading) #4317
Comments
A PR would be welcomed here. |
Hi @toralf I tried reproducing the issue by running ansible-lint on top of your repository, but I wasn't able to replicate the messages that spamming the syslog you're seeing. From what I've observed, it doesn't seem like ansible-lint itself is causing this issue. Instead, it's possible that the problem is related to an Ansible module installed locally on your system, which might be responsible for spamming the syslog. |
Pfr - will check here the Gentoo config. At least it happens here at this system for other repos too. So it is not related to the mentioned repository I do assume. |
Right! I t will happen with the other repos too as it's independent of the repos. I guess this is likely tied to the environment such as the Gentoo config. If you can check for any unusual configurations in your systemd/journald settings which could be causing this excessive logging. Or you can test the same workflow on a different system or VM, if possible, to isolate whether the issue persists outside of your current setup. Meanwhile I'm also trying to do the same. |
I silenced them with
for now |
FWIW Gentoo allows to have multiple Python versions being installed in parallel. The particular version is then symlinked:
|
Running
for this repo: https://github.com/toralf/tor-relays spams the local syslog (Gentoo hardened with openrc) with hundreds of lines like this:
This should not happen.
The text was updated successfully, but these errors were encountered: