Is your feature request related to a problem? Please describe.
I'm trying to setup tricorder with a complex project, I'm failing because I get weird compilation errors.
In particular it's hard to debug because I don't know precisely which command tricorder is calling, so I'm not able to reproduce the issue on a lower level
Describe the solution you'd like
I think a good solution would be to log in the tricorder log output every call to an external tool, might it be cabal, stack, hpack or ghci and, optionally, every output they provide
Describe alternatives you've considered
Maybe a separate log file could be used to log output from external tools.
Then the log output could be filtered with some verbosity flag
Is your feature request related to a problem? Please describe.
I'm trying to setup
tricorderwith a complex project, I'm failing because I get weird compilation errors.In particular it's hard to debug because I don't know precisely which command
tricorderis calling, so I'm not able to reproduce the issue on a lower levelDescribe the solution you'd like
I think a good solution would be to log in the
tricorder logoutput every call to an external tool, might it becabal,stack,hpackorghciand, optionally, every output they provideDescribe alternatives you've considered
Maybe a separate log file could be used to log output from external tools.
Then the log output could be filtered with some verbosity flag