Feature #18790
Updated by Tom Clegg over 1 year ago
A command like this should show live logs on stdout, and exit when the container finishes: $ arvados-client logs $container_request_uuid $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/container_requests/{uuid}/log/{container_uuid}/{file}@ @/arvados/v1/containers/{uuid}/log/{file}@ to poll the files. (description updated after the fact to reflect API change, see #18790#note-23)