File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Other enhancements:
2727 the resulting tarball to the specified directory.
2828* Introduced the ` --interleaved-output ` command line option and
2929 ` build.interleaved-output ` config value which causes multiple concurrent
30- builds to dump to stdout at the same time with a ` packagename> ` prefix. See
30+ builds to dump to stderr at the same time with a ` packagename> ` prefix. See
3131 [ #3225 ] ( https://github.com/commercialhaskell/stack/issues/3225 ) .
3232
3333Bug fixes:
Original file line number Diff line number Diff line change @@ -194,3 +194,9 @@ end up in a log file instead of on the console unless it contains errors or
194194warnings, to avoid problems of interleaved output and decrease console noise.
195195If you would like to see this content instead, you can use the ` --dump-logs `
196196command line option, or add ` dump-logs: all ` to your ` stack.yaml ` file.
197+
198+ Alternatively, starting with Stack 1.8, you can pass ` --interleaved-output ` to
199+ see output of all packages being built scroll by in a streaming fashion. The
200+ output from each package built will be prefixed by the package name, e.g. `mtl>
201+ Building ...`. Note that, unlike the default output, this will include the
202+ output from dependencies being built, not just targets.
You can’t perform that action at this time.
0 commit comments