Rtkit-daemon spam

Thanks to @Mirdarthos, in reply 3, who gave me the idea of the log-levels and how to restrict them, i started to investigate the level of those messages and it seems to be debug-level messages, because:

journalctl -u rtkit-daemon.service -p info

Successfully filtered them out, while the below still showed them:

journalctl -u rtkit-daemon.service -p debug

I’m now using this as drop-in:

# /etc/systemd/system/rtkit-daemon.service.d/override.conf
[Service]
LogLevelMax=info

Lets see if they keep away now They are gone yay :v:

You can use different log-levels to make it even more silent…

3 Likes