mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
To enable more debug logging without custom builds while still maintaining a minimal syslog impact by default - Add a settings variable 'debug', hidden from the user - Use dconf to write/read it (suggest adding to the README and/or wiki). Only for debugging purposes really - When 'debug' is set it will enable the possibility of extra logging - The new 'debug' function also adds in some meta data such as unique syslog id instead of gnome-shell, file/func/line id to easier locate in code - Changed the Render all MenuItems and a couple of outcommented updated logs to use the new debug function instead Todo's before no longer WIP: - Place it somewhere else than in this, cause I presume it wont be reachable everywhere then - Consider replacing regular log with something like this as well (to gain the neat meta data (extension prefix, file, func, line)) - Think some more on the usage of log domains and if possible to turn of more logging that way instead of dconf variable