Project

General

Profile

Feature #18790

Updated by Peter Amstutz about 1 year 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. 

Back