Downloading or searching job logs -- where are they?

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

  • Comment author
    Chai Fungtammasan DNAnexus Team

    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.

    0
  • Comment author
    Former User of DNAx Community_41

    Perfect, thanks so much!

    0

Please sign in to leave a comment.