Introducing flake8-logging - Adam Johnson
The Python standard library’s logging module is a go-to for adding observability to applications. Many tools also integrated with it or enhance its capabilities, such as structlog and Sentry.
You're viewing a single thread.
neat write up, I've also run into some of the errors that ruff throws (eg don't use f strings in logging) but didn't really know why.
thought it was cool the author said feel free to implement in ruff in the foot notes