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

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -