Search code examples
chef-infratest-kitchen

how to see logs like the Log.info("something") in test kitchen?


i did this but its not showing any log on the console even after running

kitchen test -l info

enter image description here


Solution

  • The -l on the command line sets the log level for kitchen itself, not Chef. That is controlled via the log_level key in your provisioned config section.