Hi! I am trying to search through all the job logs for jobs with a specific tag to see which ones threw a specific warning in stderr. Is there a way to do this more efficiently than navigating to each job and clicking on its log one by one? Either by bulk downloading job logs so I can search them locally, or by finding where the logs are stored on DNAnexus and iterating through that storage site while in a ttyd terminal. Thanks!
Comments
2 comments
You can use `dx watch <job-id>` to access the log file. You can combine this with `dx find jobs` to collect log of many jobs in automated way.
Perfect, thanks so much!
Please sign in to leave a comment.