Skip to content

Consolidate exception errors into structured log message

Stan Hu requested to merge sh-consolidate-exception-logs into main

Previously exceptions were logged in a separate entry with the same correlation_id, but we can make it easier to scan the logs by adding the exception message and its backtrace into the context.

Merge request reports