Skip to Main Content
Interweave Exchange Ideas Portal

This portal provides an open platform for user feedback and product change requests. Anyone can add an idea and remain as a Guest, but please consider signing up so that others can see who has created the ideas!

Note: this is a public facing web portal, any text here can be viewed by anyone over the internet, so please consider carefully the content you wish to share and please do not post anything of a sensitive nature.

Status Needs review
Created by Oliver Musgrove-Wethey
Created on Jul 16, 2025

Improve Document Logging

Currently its very hard to debug any document related issues. The endpoints that are requested are obfiscated and the URLs are never logged. This data is stored in the GCP firestore which is then cleaned up shortly after the document was accessed.

This means that is almost impossible to resolve document related issues, unless there is someone on the call who can trigger the document request live.

Suggestion:

  • Add better document logging, to better difrenciate between when there is an error from the service vs an error returned in the response payload

  • Add better logging around the request (log the data from the GCP firestore, including the absolute url and mimetimes etc)

  • Add GCP trace IDs to the requests, so its easier to view all entries from a single request

  • Attach files