nathanielsimard / overview-navigation

Make window navigation fast and easy using overview.
https://extensions.gnome.org/extension/1702/overview-navigation/
GNU General Public License v2.0
37 stars 7 forks source link

Info log entries each time thie overview is activated #16

Closed 73 closed 4 years ago

73 commented 4 years ago

Hi,

thanks for this Extension. I use it daily. However, each time I activate the overview I get these log entries:

Nov 27 15:18:20 hostname gnome-shell[2202]: INFO - [Overview Navigation - CustomWorkspaceView] Animate to overview ...
Nov 27 15:18:20 hostname gnome-shell[2202]: INFO - [Overview Navigation - Search] Enabling search ...
Nov 27 15:18:21 hostname gnome-shell[2202]: INFO - [Overview Navigation - CustomWorkspaceView] On Destroy ...
Nov 27 15:18:21 hostname gnome-shell[2202]: INFO - [Overview Navigation - Search] Enabling search ...
Nov 27 15:18:21 hostname gnome-shell[2202]: INFO - [Overview Navigation - CustomWindowOverlay] Destroying ...

Maybe they can be suppressed?

nathanielsimard commented 4 years ago

Yes it can be suppress easily. The option debug could turn off all the logs, not just the one tagged debug, the option could also be called logging to be more general.

nathanielsimard commented 4 years ago

You can try the PR #17 by running the following command then restarting the shell (Alt-f2 -> r on X11 or log out / in on Wayland).

npm install
npm run local:install 
73 commented 4 years ago

That does fix it. Thanks.