Project

General

Profile

Feature #18790

Updated by Tom Clegg 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 

Back