jolly-florist-66728
11/18/2024, 11:00 PMtask_logs:
plugins:
logs:
kubernetes-enabled: false
# Enable GCP stackdriver integration for log display
stackdriver-enabled: true
stackdriver-logresourcename: k8s_container
k8s-array:
logs:
config:
stackdriver-enabled: true
stackdriver-logresourcename: k8s_container
However it is not sending any logs to GCP, is there something I am missing? Is it providing a link to a cloud logging query, but there are no logs (even though the workflow does output logs)
# Answer
Ensure the gcp-project
is specified in your configuration. According to this discussion, the gcp-project
field is necessary for directing logs to the correct GCP project. Also, verify that the stackdriver-logresourcename
is correctly set to k8s_container
.
Would you like more detail?
Sources:
- this discussion
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1731970806.331699 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.