Hello everyone, I have two questions about the logger. I use it to log return values of an asynchronous batchTriggerAndWait function, but there are two erroneous behaviours: Firstly, the metadata is only logged in dev mode, and secondly, it is incomplete there. Strangely, logging stops in the middle of the object, so that the logged object is valid, but some keys are still missing.
Here is an example of the logged payload:
{ "tenants": [ { "id": "1", "name": "X", "teams": 0, "billableListings": 47 }, { "id": "2", "name": "Y", "teams": 0, "billableListings": 92 }, ..., { "id": "3", "name": "Z" } ] }
We are using trigger cloud.