Especially potentially long-running ones like calling cabal or stack.
I demoted the process output to DEBUG, but that now means there's no feedback when we might be slowly building all the project deps. It would be helpful to emit an INFO message to tell the user what we're doing, e.g.
INFO: executing command: cabal repl ...
or even
INFO: invoking build tool to determine build flags (this may take some time depending on the cache)
INFO: executing command: cabal repl ...
Especially potentially long-running ones like calling cabal or stack.
I demoted the process output to DEBUG, but that now means there's no feedback when we might be slowly building all the project deps. It would be helpful to emit an INFO message to tell the user what we're doing, e.g.
or even