💾 Archived View for thebird.nl › gn-gemtext-threads › topics › better-logging.gmi captured on 2023-04-19 at 23:40:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Improving Logging in GN2

What Are We Trying To Solve?

We prioritise maintaining user functionality over speed in GN [with time this speed will be improved]. As such we should be pay more attention at not breaking any currently working GN2 functionality. And when/if we do, trouble-shooting should be easy. On this front, one way is to stream-line logging in both GN2/GN3 and make it more script friendly - only report when something fails, not to instrument variables - and in so doing make the process of monitoring easier.

Goals

Non-goals

Actual Design

Resources

Logging in Python