Hi,
is there a programmatic way to search the input, output and logs of function calls ?
I’ve tried with the shopify CLI so that at least I can grab function logs, but it only uses dev stores.
Thanks in advance for your help!
Hi,
is there a programmatic way to search the input, output and logs of function calls ?
I’ve tried with the shopify CLI so that at least I can grab function logs, but it only uses dev stores.
Thanks in advance for your help!
Hey @Tiziano_Perrucci
thanks for reaching out here.
Just confirming, there isn’t currently a supported way to programmatically search Shopify Function input, output, or logs for production runs at the moment.
The available options right now are:
So for production observability, the best workaround is usually to log any relevant non-sensitive context from your own app where possible. I definitely get that’s not super ideal though, and I’m happy to pass this along as a feature request on our end - let me know if you’d like me to do along with any specific feedback you’d like me to log and I’m happy to do that for sure.
Let me know if I can clarify anything here.
Thanks for the explanation and confirmation @Alan_G
Using the CLI to grab function input, output and logs and grep tru them would be very useful for production debugging.
Thanks for passing it along as feature request.
Hey @Tiziano_Perrucci - no worries, just wanted to confirm I’ve passed this on. Let me know if I can help with anything else on our end here.