matschaffer/knife-solo

Get terminal output from remote server

jbwyatt4 opened this issue · 0 comments

Hello,

A while ago, before Chef 11 I believe, running knife solo cook root@ip you would get the terminal output. After Chef 11 I have had to use -v which dumps alot of logging output. -v now with the most recent Chef returns the entire package list, etc files, and groups of the remote server along with the terminal output.

Is there an option for knife to instruct Chef to only return the remote server's terminal output instead of a logging debug dump? Does Chef offer that option?

The terminal output is useful for debugging chef recipes.