nlpsuge / gnome-shell-extension-another-window-session-manager

A Gnome shell extension to close open windows gracefully and save them as a session. The previous session can be restored at startup. Most importantly, it supports both X11 and Wayland!
https://extensions.gnome.org/extension/4709/another-window-session-manager/
GNU General Public License v3.0
141 stars 8 forks source link

Excessive logging despite debugging turned off #99

Open holterdipolter opened 9 months ago

holterdipolter commented 9 months ago

Hi,

thank you for your very helpful extension!

There is one small thing that I would be grateful for if it were improved... the logging behavior. I don't think it is necessary to log each change of window position or size. Much rather, the log journal is littered by messages from your extension, which makes things more complicated than helpful. Wouldn't it be a better idea to summarize all log levels under the debugging switch?

Thanks in advance!

Simon

Rambomst commented 1 month ago

I have created PR which adds a toggle button for this #109