Tasks Logging

When you deploy any task, the Deploy API injects an environment variable "TASK_LOGGING_ID" into the task container. This ID gives you the ability to send the logs of your code after the deployment logs and centralize all the logs on the same filter. To do this, the logs must be sent to stackdriver with the value of "TASK_LOGGING_ID" in "labels.ID".

Your journals will be displayed after these :

cookbook9