reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 46 forks source link

cli: getting logs from workflow engine #46

Closed anton-khodak closed 6 years ago

anton-khodak commented 7 years ago

If a workflow developer / user runs a workflow, he/she must be able to get logs from the workflow engine in case something goes wrong. It is also a necessary feature for running CWL conformance tests: https://github.com/reanahub/reana-workflow-engine-cwl/issues/9. I think it can be a command like reana-client workflow logs that dumps stdout from the workflow-engine to the client (straight to client's stdout or into a log file).

/cc @tiborsimko @diegodelemos @hjhsalo

tiborsimko commented 6 years ago

Improving access to logs is now part of of the Internal-Consolidation sprint: https://github.com/reanahub/reana/issues/55

dinosk commented 6 years ago

Closing as logs are available from the server in the /status endpoint now.