http://bugzilla.opensuse.org/show_bug.cgi?id=1206745 http://bugzilla.opensuse.org/show_bug.cgi?id=1206745#c9 --- Comment #9 from Jean Delvare <jdelvare@suse.com> --- Created attachment 866177 --> http://bugzilla.opensuse.org/attachment.cgi?id=866177&action=edit [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/1b5ebe1e36ec0301e9e4d147e0fb... 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. -- You are receiving this mail because: You are on the CC list for the bug.