Copy chef-client run output to host #135
Labels
Aspect: Integration
Works correctly with other projects or systems.
Aspect: UX
How users feel interacting with the project, focusing on function, ease-of-use and accessibility.
Triage: Feature Request
Indicates an issue requesting new functionality.
Type: Design Proposal
Community survey of a proposal.
Describe the Enhancement:
Currently, we capture the chef-client output on the target node. However, if the run is successful we throw away that output. There are also failure scenarios where we do not display the output to the user but it would be helpful to do so.
Describe the Need:
We want to capture and store the chef-client output for both successful and unsuccessful runs. Users should be able to configure how they receive this information - if many of their runs are successful, displaying it on STDOUT every time is just noise.
We also need to ensure that the chef-client output can be viewed in all scenarios (EG, #133).
Current Alternative
None - we manually configure chef-client to output to stdout via the
workstation.rb
Questions
ChefApply::Log
- do we want to change that as part of this implementation? Or maybe we always store output into theChefApply::Log
?The text was updated successfully, but these errors were encountered: