Open antonkulaga opened 6 years ago
This could potentially be useful for job manager as well, +1 to this
I agree that this would be a very good idea. That said it is unlikely to happen in the near future.
@antonkulaga If this is something you've managed to work around, can you let us know what you did? The more we can spec this out the more likely it is to happen.
Any chance this has been worked on? I would also like to +1 this. I'm working on a setup in which it's not always possible to SSH into the VM where Cromwell is running, so the only option would be to get the logs over REST API.
Currently when I ask for metadata or for logs, I get something like:
All the details about what really happened (stderr and stdout of the tools that failed) are not accessible via REST API and I have to ssh to the server to read those files. What can be useful is to have a way to get stdout/stderr content for each call with Cromwell REST API, that can save a lot of time on ssh-ing.