Some notes in trying to eliminate the brunt of the log level spamming. The entries seem to occur primarily when switching virtual desktops. And also when alt-tabbing between windows.
Current logging level can be determined with (this is after I made changes, some lines have been removed for succinctness):
root@x670e:/home/rpb# systemctl --user show plasma-kwin_wayland | grep -i log SyslogPriority=30 SyslogLevelPrefix=yes SyslogLevel=6 SyslogFacility=3 LogLevelMax=5 DropInPaths=/usr/lib/systemd/user/plasma-kwin_wayland.service.d/log.conf
A change to the logging level can be made with (doesn't seem to totally work. but was worth a try):
mkdir /usr/lib/systemd/user/plasma-kwin_wayland.service.d cat > /usr/lib/systemd/user/plasma-kwin_wayland.service.d/log.conf << EOF [Service] LogLevelMax=warning StandardOutput=null EOF systemctl daemon-reload systemctl --user daemon-reload # optional, close all work, as this resets the gui session: systemctl --user restart plasma-kwin_wayland
Hints of a solution are at kwin_wayland spamming journal with GPU info.
Check to see if the file was included with:
systemctl --user cat plasma-kwin_wayland
Logging destination can be checked with:
Continue reading "kwin_wayland_wrapper[<pid>]:..." »systemctl --user show plasma-kwin_wayland | grep Standard StandardInput=null StandardOutput=journal StandardError=inherit