Skip to content

Commit b524793

Browse files
committed
Document the Spring.quiet option
1 parent d20e5db commit b524793

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,15 @@ installing the
353353
[spring-watcher-listen](https://github.com/jonleighton/spring-watcher-listen)
354354
gem.
355355

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+
356365
## Troubleshooting
357366

358367
If you want to get more information about what spring is doing, you can

0 commit comments

Comments
 (0)