You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs during the Chef run are not visible until the run is complete, and color is lost. The logs pause at Preparing client.rb, and then all logs get flushed.
β Possible Solution
An option to provide in kitchen.yml to immediately flush logs as they are received and to preserve color (ex: if running kitchen manually, not in CI).
β€΄οΈ Describe alternatives you've considered
Leave things the way they are π
I've tried things like chef_options: " -z --color" but no luck.
β Additional context
Thanks folks!
The text was updated successfully, but these errors were encountered:
π Problem Statement
Logs during the Chef run are not visible until the run is complete, and color is lost. The logs pause at
Preparing client.rb
, and then all logs get flushed.β Possible Solution
An option to provide in kitchen.yml to immediately flush logs as they are received and to preserve color (ex: if running kitchen manually, not in CI).
Leave things the way they are π
I've tried things like
chef_options: " -z --color"
but no luck.β Additional context
Thanks folks!
The text was updated successfully, but these errors were encountered: