The Google Cloud Functions Console provides you with a way to view the execution logs of the Google Cloud Functions that you have created. Let's look at how you can view the logs for the Google Cloud Function that we created earlier:
- Open the Navigation Menu in the Google Cloud Console.
- Select Cloud Functions under Compute within the Navigation Menu.
- The homepage of the Google Cloud Functions Console will show the list of Google Cloud Functions.
- Click on the Google Cloud Function that we just created.
- The console will navigate to the details page of the Function that we just created.
- On the Function details page, there is a button called VIEW LOGS:
- Clicking on VIEW LOGS will take you to a page ...