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).
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