Puppet exec log_output equivalent in Chef execute -


in puppet, exec resource has attribute called log_output can define when log output of command (true, false or on_failure).

does chef have similar directive or common workaround achieve same result?

the output of commands gets logged when log level set debug. easiest way on command line chef-solo , chef-client, -l debug.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -