diff options
author | Munyoki Kilyungi | 2022-09-08 14:35:36 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-09-08 14:36:03 +0300 |
commit | 14d6878006d2714ce6a82174515d1024319ebfa2 (patch) | |
tree | 9457b45de8463debac55c7641ca99438cc901f3e /topics | |
parent | 159a6d22264c60087ad8ddc7abca3eadcb934b8f (diff) | |
download | gn-gemtext-14d6878006d2714ce6a82174515d1024319ebfa2.tar.gz |
Update issue on better logging
* topics/better-logging.gmi: Add extra list-items to doc.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/better-logging.gmi | 2 |
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 |