How do I correlate my log lines with specific requests?
Forte injects a unique ID into every inbound request via the X-Forte-Request-Id header. Read it and include it in each log line you write — any of the keys requestId, request_id, request-id, or x-request-id is recognized — and the console links those lines to the exact request.
Without it, Forte falls back to timestamp matching, which gets less accurate under heavy concurrency.