You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I for the life of me cannot figure out how to ensure my op logs that use context.log show up in my K8s user-deployment pod.
When my jobs run, I can view my logs in the Dagster UI, but this is all I end up seeing when I look at my user-deployment pod logs:
2025-06-18 21:48:59 +0000 - dagster.code_server - INFO - Starting Dagster code server for module projects on port 4047 in process 1
2025-06-18 21:49:01 +0000 - dagster.code_server - INFO - Started Dagster code server for module projects on port 4047 in process 1
Am I just missing some additional config here in my helm template? The official Dagster documentation does not mention how to configure this (unless I missed it), and the only mention I see is exporting logs to a file or some external storage mechanism.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I for the life of me cannot figure out how to ensure my op logs that use
context.log
show up in my K8s user-deployment pod.When my jobs run, I can view my logs in the Dagster UI, but this is all I end up seeing when I look at my user-deployment pod logs:
Am I just missing some additional config here in my helm template? The official Dagster documentation does not mention how to configure this (unless I missed it), and the only mention I see is exporting logs to a file or some external storage mechanism.
How do I ensure the logs show up in the pod?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions