I have a python job that logs to stderr without an...
# dagster-plus
s
I have a python job that logs to stderr without any special dagster config. Locally, dagster shows logs after each line. On cloud, the logs don't show up until after the entire job has finished. I'm running the same version in both, and we don't have any relevant config changes in cloud that I can find. is there a way to make the logging in cloud also realtime? It's a long job, so it's nice to be able to see how it's doing.
🌈 1
p
s
hm I've set that for 10 seconds but it doesn't seem to have changed anything. I still see "No log file available" until the job is over.