2022-11-28
|~1 min read
|192 words
Another entry in my Package Discovery series. Today’s topic is logging using [, a debugging utility](https://www.npmjs.com/package/debug…
2022-11-28
|~5 min read
|872 words
Logging in Python is quite easy (once you know the basics). Unlike Javascript, where you’ll need to build your own logger, or use a third…
2022-11-28
|~3 min read
|487 words
Another entry in my Package Discovery series. Today, I’m looking at logging with ! Two steps to easily generate more readable logs: Install…