micropython-lib/python-stdlib/logging
Alon Bar-Lev 7a2b33af03 logging: Move exc_info to common log.
The keyword parameters are populated to common log and exc_info should be
common to all methods anyway.

This change the default to be exc_info=False for all cases similar to the
standard python.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2025-07-06 02:13:19 +03:00
..
examples top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
logging.py logging: Move exc_info to common log. 2025-07-06 02:13:19 +03:00
manifest.py logging: Allow logging.exception helper to handle tracebacks. 2025-06-06 11:46:43 +10:00