0

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

kitchen test -l info

enter image description here

StephenKing
  • 36,187
  • 11
  • 83
  • 112

1 Answers1

0

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.

coderanger
  • 52,400
  • 4
  • 52
  • 75