Log in systemd journal
luigir-it opened this issue · 3 comments
luigir-it commented
Hello.
I just read the journal log, and over 90% of the lines are like this
ksysguard-gpu.py[599]: nvidia-smi: found and running
Last time I cleaned the log was on november, now it's 3gb. Most of that are the same lines written above.
Is it normal? Is there a way to stop this? Thanks.
luigir-it commented
Solved by adding StandardOutput=null to the service (inside [Service])
Remember to reload the service (or reboot) after the modification
lestofante commented
thanks for reporting, it actually mean there is a deeper problem, you are using the nvidia reporting and looks like it is crashing/exiting often (maybe every output?). Will look into it
lestofante commented
caused by #11 , fixed