Structured logging

I’m trying to use structured logging

But I encountered some issues, how can I include the level of the logging inside of the strutured log ? And other attributes like the traceback, etc…? is possible to rename/remap the attributes and include them inside of the strucutred log class ?

Any real plans to support json as output of logging? I’m asking because I used to use python-json-logger and seems like like a recent change in the formatter class did a BC change without warning so I’m looking for a long term supported way