Error messages to info.html.erb

What would be a good way to place any errors that occur during startup in a batch connect session into the session card?

One idea would be to simply output the output.log from a session within info.html.erb

Any other more robust ways?

Creating an error file and outputting that to the session card? How do I access the staging dir files or the session ID files from within my info.html.erb ?

I think that’s about as good as you can get. I feel like staged_root should be available to these ERBs (that’s the directory location ending in the UUID of that job).