summaryrefslogtreecommitdiff
path: root/topics/better-logging.gmi
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-09-08 14:35:36 +0300
committerMunyoki Kilyungi2022-09-08 14:36:03 +0300
commit14d6878006d2714ce6a82174515d1024319ebfa2 (patch)
tree9457b45de8463debac55c7641ca99438cc901f3e /topics/better-logging.gmi
parent159a6d22264c60087ad8ddc7abca3eadcb934b8f (diff)
downloadgn-gemtext-14d6878006d2714ce6a82174515d1024319ebfa2.tar.gz
Update issue on better logging
* topics/better-logging.gmi: Add extra list-items to doc.
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