summaryrefslogtreecommitdiff
path: root/topics/better-logging.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'topics/better-logging.gmi')
-rw-r--r--topics/better-logging.gmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/topics/better-logging.gmi b/topics/better-logging.gmi
index 8de3fb3..dca8c0d 100644
--- a/topics/better-logging.gmi
+++ b/topics/better-logging.gmi
@@ -21,6 +21,8 @@ We prioritise maintaining user functionality over speed in GN [with time this sp
* Get rid of "utility.logger" module and replace it with Flask's or Python's in-built logging.
* Configure the logging system to automatically add the module name, line number, time-stamps etc.
+* Use a better format for displaying the logs.
+* Delete "with Bench..." calls.
## Resources