logging
last updated: Oct 20, 2023
https://guicommits.com/how-to-log-in-python-like-a-pro/
Using python logging is painful every time I try, this looks like a helpful guide
https://github.com/microsoft/picologging
Picologging is a high-performance logging library for Python. picologging is 4-10x faster than the
logging
module in the standard library.
Picologging is designed to be used as a drop-in replacement for applications which already use logging, and supports the same API as the
logging
module.