如何在 Chef 的 knife winrm 命令上设置日志级别
How to set log level on knife winrm command in Chef
需要在被 knife winrm 踢出的 chef-client 上设置较低的日志级别(调试)。
命令当前看起来像这样。
knife winrm MY-MACHINE chef-client --manual-list --winrm-user 'user' --winrm-password 'pwd'
我唯一发现的是 knife winrm
子命令上的详细标志。
我想要与在测试期间执行 kitchen converge -l debug
时相同的结果
发出命令"chef-client -l debug"
?我对 knife ssh
比 knife winrm
更熟悉,但它应该以相同的方式处理 AFAIK。
需要在被 knife winrm 踢出的 chef-client 上设置较低的日志级别(调试)。
命令当前看起来像这样。
knife winrm MY-MACHINE chef-client --manual-list --winrm-user 'user' --winrm-password 'pwd'
我唯一发现的是 knife winrm
子命令上的详细标志。
我想要与在测试期间执行 kitchen converge -l debug
时相同的结果
发出命令"chef-client -l debug"
?我对 knife ssh
比 knife winrm
更熟悉,但它应该以相同的方式处理 AFAIK。