chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Add config setting for target host log level #27

Closed karthanistyr closed 6 years ago

karthanistyr commented 6 years ago

Signed-off-by: Antoine Mazeas antoine@karthanis.net

Description

This adds the use of a new configuration member for setting the verbosity of the target host's chef-client process.

New configuration member: log.target_level (default: "auto", to match the default value for log_level in client.rb.

Note that until PR #25 is merged, chef-apply does not properly output the remote host's chef-client output due to a problem with chef-apply's log level propagation.

Issues Resolved

Fixes #26.

Alternative designs

Check List