mbarrientos / logstash-python-formatter

Python logging formatter for creating log entries in a JSON logstash-friendly format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exc_info is string not object and lacks stack info

morganchristiansson opened this issue · comments

Same as reported and fixed in python json logger
Issue: madzak/python-json-logger#12
PR: madzak/python-json-logger#26

Actually exc_info probbaly should be a string, but it should contain formatted stack trace.

python-json-logger also gets this right madzak/python-json-logger@2147bb8