Created attachment 866177 [details] [PATCH] rtkit-daemon: Don't log debug messages by default Here's a candidate fix. It is inspired from https://github.com/heftig/rtkit/pull/26/commits/1b5ebe1e36ec0301e9e4d147e0fb7869bc5a5d18 with 3 key differences: 1* Debug messages are turned off by default, as this is how other services behave. 2* The filtering of debug messages is done directly at the syslog facility level, instead of cluttering the code with conditionals. 3* Only messages with level LOG_DEBUG are affected. Messages with level LOG_INFO are left unmodified and will always be logged, as before. This makes my proposal less intrusive and less risky. I think we should add this patch to the rtkit package in Tumbleweed.