thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

Extracted all output messages to a Reporter class #38

Closed SephVelut closed 9 years ago

SephVelut commented 9 years ago

Supporting a usecase for silencing output messages. A ‘:shush’ options can be set to true to enable a silent mode. By default :shush is nil and so the silent mode won’t be turned on for existing usecases, unless explicitly set to true in options. stdout sync is set to true to avoid buffering.

thuehlinger commented 9 years ago

Merged. I've fixed a few bugs and added documentation of the new option. Also, the option is now exposed as a command line parameter. Please test, if you have time.