X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/944a825499d09954560415823c3b4254c4d41cb4..0f83b9e96a52e1ed192b97edbd1a949b2214c147:/doc/user/tutorial-job1.textile?ds=sidebyside diff --git a/doc/user/tutorial-job1.textile b/doc/user/tutorial-job1.textile index 5525fa4709..ff5f6a1cce 100644 --- a/doc/user/tutorial-job1.textile +++ b/doc/user/tutorial-job1.textile @@ -89,9 +89,21 @@ You can also watch the log messages while the job runs:
 curl -s -H "Authorization: OAuth2 $ARVADOS_API_TOKEN" \
-  https://{{ site.arvados_api_host }}/arvados/v1/jobs/JOB_UUID_HERE/log_tail_follow
+  "https://$ARVADOS_API_HOST/arvados/v1/jobs/JOB_UUID_HERE/log_tail_follow"
 
+This will run until the job finishes or you hit control-C. + +If you're running more than one job today, you can watch log messages from all of them in one stream: + +
+my_user_uuid=`arv user current`
+curl -s -H "Authorization: OAuth2 $ARVADOS_API_TOKEN" \
+  "https://$ARVADOS_API_HOST/arvados/v1/users/$my_user_uuid/event_stream"
+
+ +This will run until you hit control-C. + h3. Inspect the job output Find the output of the job by looking at the Jobs page (in the Compute menu) in Workbench, or by using the API: