Semantic Conventions for Exceptions in Logs

Status: Stable This document defines semantic conventions for recording exceptions on logs and events emitted through the Logger API. Recording an Exception Exceptions SHOULD be recorded as attributes on the LogRecord passed to the Logger emit operations. Exceptions MAY be recorded on “logs” or “ev…