Day 15 with Workflows — Built-in Cloud Logging function
In the two previous episodes, we saw how to create and call subworkflows, and we applied this technique to making a reusable routine for logging with Cloud Logging. However, there’s already a built-in function for that purpose! So let’s have a look at this integration.
To call the built-in logging function, just create a new step, and make a call to the sys.log function:
- logString: call: sys.log args: text: Hello Cloud Logging!
Read more...