We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20e5db commit b524793Copy full SHA for b524793
README.md
@@ -353,6 +353,15 @@ installing the
353
[spring-watcher-listen](https://github.com/jonleighton/spring-watcher-listen)
354
gem.
355
356
+### Quiet output
357
+
358
+To disable the "Running via Spring preloader" message which is shown each time
359
+a command runs:
360
361
+``` ruby
362
+Spring.quiet = true
363
+```
364
365
## Troubleshooting
366
367
If you want to get more information about what spring is doing, you can
0 commit comments