> Is there a way to control the number of simultaneous actions that it will
> print?
Not yet, but it is easy to add.
> Right now it appears to show up to 3 actions and elides the rest,
> which doesn't give much room to see everything that's going on.
While I'm happy to make the number 3 configurable, I think we can't
avoid hiding some of the concurrent actions---having 200 parallel actions
is not uncommon (e.g., when building bazel), whereas my terminal has
only 65 lines.
I've seen that issue, but it might be hard to act upon, as it requires
some understanding of the output of the javac. (As the javac can also
report useful warnings.)