How to get stdout of the process manged by nomad job

Hi,

I have this job

$ nomad status
ID                 Type     Priority  Status   Submit Date
gitlab-runner-job  service  50        running  2022-10-06T12:20:06+02:00
slurm-cn           system   95        running  2022-10-06T15:54:37+02:00

How can I check the stdout for them?

thank you

Hi @masuberu,

You can use the nomad alloc logs command to view this or by clicking the “View Logs” button when on the job overview UI page.

Thanks,
jrasell and the Nomad team