Hi, I could use some help with task logs in the Fl...
# flyte-support
l
Hi, I could use some help with task logs in the Flyte UI. When I run a task (just a hello world task), there is no output/log in the Flyte console. I am running Flyte on Minikube using https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/on-premises/single-node/002-single-node-onprem-install.md Any ideas, what the issue could be? Do you need additional info? I'd appreciate it 🙂
c
@little-printer-49833 So the Flyte console should give you access to task execution Outputs without any additional config (regardless of the deployment path) Log links in the UI can be configured with the K8s dashboard, or Cloudwatch/Stackdriver
live execution logs is not available in Flyte OSS but Union. Let me know if you need help setting up log links
l
What are log links? I just need to see the output of my python code (with normal print). If this is not available in OSS, is there an API endpoint, where I can get the execution logs at runtime? thx
Why do I have to configure logging links for Flyte to get logs? Couldn't Flyte just use the Kubernetes API to get the logs?
I mean exceptions are transmitted to the Flyte UI but logs not for some reason 😕