Problem/Motivation
Now that #2946732: Tugboat: Enhance instance-specific logging is completed, even though showing the log is extremely helpful, it might be overwhelming for many users.
Proposed resolution
Inspired by CircleCI's interface, we can use a similar interface for simplytest.me
Initially we can have the full log hidden by a title (ie. "Spin up Environment")
A click on that title will toggle between expanding and displaying the full log, and collapsing it.
An additional improvement to that would be if it's possible to divide the 1 long log into a few smaller log groups, each one hidden by its own title.
Screenshot of CircleCI's interface:

Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Comments
Comment #2
rachel_norfolkI do like the idea of splitting log output into multiple sections.
We currently log a huge number of items where we are tracking hit repos and it makes the log a little unusable. Difficult to scroll and find important stuff.
See: