bobbui/json-logging-python

Exception traceback information is not included in JSON output

Closed this issue · 1 comments

Logging with logging.getLogger(name).exception() or logging.getLogger(name).info() is supposed to log the exception stack trace as part of the log message. This should be included in the JSON formatted output.

released 0.0.10 version