aboutsummaryrefslogtreecommitdiff
path: root/gn_libs/debug.py
AgeCommit message (Collapse)Author
2025-06-04Add function to make a "peeker" function.Frederick Muriuki Muriithi
The current peeker function `__pk__` has pre-specified logger(s) which are not always present in all environments, and even when present, might not have the appropriate configuration. This commit provides a way to build a peeker function that is passed the logger to use.
2025-01-21Only use flask modules if flask is present and 'current_app' is set.Frederick Muriuki Muriithi
2025-01-07Add debugging utilities module.Frederick Muriuki Muriithi