Skip to content

Spring stderr output causing warnings in other apps #467

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
timdorr opened this issue Jan 19, 2016 · 4 comments · Fixed by #674
Closed

Spring stderr output causing warnings in other apps #467

timdorr opened this issue Jan 19, 2016 · 4 comments · Fixed by #674

Comments

@timdorr
Copy link

timdorr commented Jan 19, 2016

This affects RubyMine currently, but possibly others. It detects the output to stderr and thinks it's a problem with the command it's trying to run. I understand the motivation behind putting it on stderr, so I'm not sure I have a good answer.

Related: I see that I can set Spring.quiet = true to silence the output, but the documentation doesn't indicate where to do that. Where should I be putting that?

@sonalkr132
Copy link
Contributor

You can put Spring.quite = true in ~/.spring.rb or your app's config/spring.rb. Check out Configuration for further details.

@timdorr
Copy link
Author

timdorr commented Jan 23, 2016

Figured that part out. Thanks 😄

@njt1982
Copy link

njt1982 commented Sep 9, 2016

Or maybe:

Spring.quiet = true

;-)

s/quite/quiet/

thewoolleyman added a commit to thewoolleyman/spring that referenced this issue May 2, 2022
thewoolleyman added a commit to thewoolleyman/spring that referenced this issue May 2, 2022
thewoolleyman added a commit to thewoolleyman/spring that referenced this issue May 2, 2022
@thewoolleyman
Copy link
Contributor

There are still situations where you don't want to put Spring.quiet = true in ~/.spring.rb or your app's config/spring.rb, but want to enable quiet mode on a case-by-case basis.

So, I've added support for a SPRING_QUIET environment variable in #674.

thewoolleyman added a commit to thewoolleyman/spring that referenced this issue May 2, 2022
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 a pull request may close this issue.

4 participants