Need to set lower log level (debug) on chef-client that is kicked of by knife winrm.
Command currently looks like this.
knife winrm MY-MACHINE chef-client --manual-list --winrm-user 'user' --winrm-password 'pwd'
The only thing I found is verbose flag on knife winrm subcommand.
I want the same result as when doing kitchen converge -l debug during testing