You are setting up structured logging for an application running on Compute Engine. Your logs should include trace context and severity. Which TWO fields should you include in the JSON payload to enable correlation with Cloud Trace? (Select 2)
The spanId identifies the specific span.
Why this answer
To correlate logs with traces, you include the trace field (trace ID) and optionally spanId. The severity field is for log level, not correlation.