Skip to content

Set quiet mode from environment #577

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

Closed
wants to merge 1 commit into from

Conversation

bobf
Copy link

@bobf bobf commented Dec 1, 2018

If SPRING_QUIET is set, do not display message each time a command is
run. This takes precedence over Spring.quiet.

Rationale:

I tend to use a Makefile for various orchestration commands (such as calling a number of rake commands). The tailored output from these commands gets a bit clobbered by Spring's "Running via Spring preloader in process" message (often appearing multiple times for one make command).

If I can prefix my make commands with SPRING_QUIET=1 then things will work a lot more nicely.

If `SPRING_QUIET` is set, do not display message each time a command is
run. This takes precedence over `Spring.quiet`.
@thewoolleyman
Copy link
Contributor

Duplicate of #674

See comment for details: #674 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants