I have 4 tasks failed. Using the command:
I can get a list of the tasks. Then, to filter for the logs of a specific task:
However, while this gives me the stdout/stderr of a specific task, I don't see why the task failed. I'm guessing the task failed for a reason--like--out of memory, or maybe (since the tasks are running on spot instances), the host instance got killed. Not sure, but just looking at the process's stderr/stdout won't be sufficient. How can I view the complete logs for the task, so I can figure out why it failed?