Feature:
Filter logs by tracking_id
Description:
At the moment, the logs query syntax documented here doesn’t support filtering by tracking_id. Since tracking_id is often the unique identifier we get for an error when it occurs, it should be supported in the filter syntax.
Use-case:
- Finding the exact log entry for the tracking id without having to search by other parameters.