RiotGamesCookbooks / rbenv-cookbook

Installs and configures rbenv
http://community.opscode.com/cookbooks/rbenv
Apache License 2.0
137 stars 109 forks source link

support verbose mode in rbenv_ruby resource #120

Open hd-deman opened 9 years ago

hd-deman commented 9 years ago

this can be useful for debug and can solve timeout issues in ci when tests are stopped, because there is no output for a long time.

hd-deman commented 9 years ago

Is this project alive?

reset commented 9 years ago

@hd-deman the project is alive, but I don't agree with the implementation of this addition. We should instead look at Chef's log level and, if set to debug, include the verbose output.