structlogのドキュメントを読んでいると、 structured tracebacksというものが登場する。 structured logging が良いものなのだから、structured tracebacksも良いものなのだろうか? API Reference - structlog 24.1.0 documentation structlog.processors.dict_tracebacks(logger, name, event_dict) Replace an exc_info field with an exception field containing structured tracebacks suitable for, e.g., JSON output. これを使うと、次のように1フレーム1 dictの形式でスタックトレースが出力される。 "frames":