Feature #20218
Updated by Peter Amstutz about 2 years ago
https://dev.arvados.org/projects/arvados/wiki/Efficient_live_access_to_container_logs
New endpoint
/arvados/v1/containers/{uuid}/log/{file}.txt
Client makes a WebDAV request for the log collection.
If container logs don't exist yet, make an empty response.
If the container is running, route to crunch-run instance.
If the container is completed, route to keep-web.