Is it possible to have cwl to write to stdout and stderr to the screen so it is visible while running and in addition to that write everything to a log file? So far when I enable the logging the stdout / stderr are being redirected.
Welcome @jjkoehorst!
That could be implemented in various CWL runners, like the reference runner cwltool
, yes.
I recommend you request this feature from your preferred CWL e executors, like https://github.com/common-workflow-language/cwltool/issues/1032 or https://github.com/common-workflow-language/cwltool/issues/364
1 Like
Opened a ticket at https://github.com/common-workflow-language/cwltool/issues/1283