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
Post a Comment