A small utility that connects to a running sg start --tail and provides a better UI to read logs.
In your usual terminal session:
sg tail
In another terminal session:
cd sourcegraph
sg start --tail
Flags:
--only-name [name]: startssg tailwith a new tab focused, that only displays logs from service whose name starts with[name].
Press h or ? when sg tail is running to see the inline help.