hi, i tried default functions and upon deployment it doesnt print in the logs, the function ran succefully with green v but nothing is printed, what am i missing?
Hi @roni1997,
Welcome to the Google Cloud community!
I understand that you recently deployed a Cloud Run Function, and that you recently noticed that the function itself wasn't detectable through logs.
From the issue description, there are a few areas surrounding this issue that are still in need of clarification. For initial diagnosis and troubleshooting tips though, you can explore the following:
Hope this helps!
It sounds like the issue might be due to how logs are being handled in your Cloud Run function. Ensure that you’re using console.log() (for Node.js) or the equivalent logging method for your programming language to print statements. Also, check your logging level in Cloud Run; sometimes filtering settings might hide specific log entries. If logging still doesn’t appear, try deploying the function again, as there may have been a temporary issue. Let me know if this helps or if you need further assistance!