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 ?