-
Notifications
You must be signed in to change notification settings - Fork 69
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
Pypilot writes excessive log in /var/log/daemons.* #97
Comments
yeah...... the non-stop logs emitting problem should be addressed at https://github.com/pypilot/pypilot/issues As for what we do with this, it's probably possible to send them to /dev/null from the .service file instead of writing them on the disk. |
We could |
Seems not even pypilot issue but rather underlying library used by it |
it's out of my personal scope to dig too much in pypilot code but, One of my guess is that rtimulib2 keep sending logs cuz pypilot keep calling it. The other point is that it would be pypilot job to send rtimulib2 spam to /dev/null. Cuz at our level, if we do it. it;s everything pypilot produce that goes to the void. but yeah, if pypilot do not call rtimulib2 on a infinite loop. The issue should be transferred to rtimulib2 project. Now the question that concern lysmarine here, is what we do with these logs ? |
Pypilot writes excessive log in /var/log/daemons.*
Repeatedly reporting same condition
The text was updated successfully, but these errors were encountered: