While playing an internet stream in mpv I am getting thousands of these messages in journal:
...
[42510.470447] plasmashell[2519]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.mpv.instance0x7f38b4009410" exports "SupportedMimeTypes" as D-Bus type "<unknown>" but it should be D-Bus type "as"
[42510.470595] plasmashell[2519]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.mpv.instance0x7f38b4009410" exports "SupportedUriSchemes" as D-Bus type "<unknown>" but it should be D-Bus type "as"
[42510.470713] plasmashell[2519]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.mpv.instance0x7f38b4009410" exports "Position" as D-Bus type "d" but it should be D-Bus type "x"
...
This is flooding my logs with unnecessary info and (I suspect) it may even be influencing system performance by adding this logging overhead.
Only if you’re looking through the journal for warning messages…
One could run with all warning messages suppressed, then if you had problems with an application re-enable warnings. The obvious drawback to that is (with warnings suppressed) if there was an unexpected problem you wouldn’t then glean much from the journal.
Is there a way to suppress only the warning messages for mpv?
Not that I’m aware of, (which doesn’t mean there isn’t). I believe it would be up to the individual application to be less verbose, or to have some method of controlling it’s verbosity. But I’m very much open to correction on that one.
BTW searching the web I found there is a program called ‘kdebugsettings’ in which I see it is possible to control individually KDE programs. But mpv is not in the list of programs. Trying to add it through the “Insert” button results in a looooong delay after which typing ‘mpv’ in the search field shows some weird lines. So I have no idea if this is the way to it.
Another thing I found in ‘man mpv’ was MPV_VERBOSE but I am not sure if it has any relation to journal at all.
I use GNOME, used KDE way back in 2005, been a GNOME user since then… stability, it doesn’t break, plus use SLES and SLED which GNOME is the default DE…
I use GNOME, used KDE way back in 2005, been a GNOME user since then… stability, it doesn’t break, plus use SLES and SLED which GNOME is the default DE…
Intresting. I have never used GNOME. Only KDE and XFCE.