A practical comparison of Python's `logger.error` and `logger.exception` methods for exception logging. `logger.error` without `exc_info` omits the traceback, while `logger.error` with `exc_info=True` or the more convenient `logger.exception` both include the full traceback. The post also covers how these behave with a standard
Table of contents
Bonus - add_noteSort: