Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support suppressing stdout of each subtasks #37

Closed
aengelberg opened this issue Aug 23, 2018 · 0 comments · Fixed by #81
Closed

Support suppressing stdout of each subtasks #37

aengelberg opened this issue Aug 23, 2018 · 0 comments · Fixed by #81
Assignees

Comments

@aengelberg
Copy link
Contributor

lein monolith each already supports an :output option that multiplexes each subproject's output to a dedicated file on disk. That helps me pick apart the output of each test suite, but I'd also like to not print that output to stdout during the run, so I can focus on the high-level progress messages and end-of-run details telling me which project(s) failed. This behavior could be implemented by either:

  • Change the behavior of :output so that it not only redirects the output but also suppresses it from the main process's stdout
  • Supporting a distinct flag like :print-output false, then rename :output to :save-output, so the two options can be used in tandem to achieve the behavior I want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants