Skip to content

Commit 4e6b247

Browse files
committed
Implement feedback from @nh2 on docs
1 parent b532cc8 commit 4e6b247

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
Bug fixes:

doc/build_command.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,9 @@ end up in a log file instead of on the console unless it contains errors or
194194
warnings, to avoid problems of interleaved output and decrease console noise.
195195
If you would like to see this content instead, you can use the `--dump-logs`
196196
command 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.

0 commit comments

Comments
 (0)