micropython-lib/python-stdlib/logging
Nick Budak 6e24cffe95 logging: Allow logging.exception helper to handle tracebacks.
Although `Logger.exception` supports passing exception info with
`exc_info`, when you use `logging.exception` keyword arguments are not
forwarded to the root logger, which makes passing `exc_info` raise
`TypeError`.

Signed-off-by: Nick Budak <thatbudakguy@gmail.com>
2025-06-06 11:46:43 +10:00
..
examples top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
logging.py logging: Allow logging.exception helper to handle tracebacks. 2025-06-06 11:46:43 +10:00
manifest.py logging: Allow logging.exception helper to handle tracebacks. 2025-06-06 11:46:43 +10:00