Feature #18790
Updated by Peter Amstutz almost 2 years ago
A command like this should show live logs on stdout, and exit when the container finishes:
$ arvados-client logs $container_uuid
To be implemented using [[Efficient live access to container logs]]
For now:
* Show content from crunch-run.txt, stderr.txt, stdout.txt
* No headers/prefixes showing which file the logs are coming from
* Uses the endpoint on controller @/arvados/v1/containers/{uuid}/log/{file}@ to poll the files.