clburlison / bakeit

A platform agnostic chef bootstrap tool
MIT License
8 stars 0 forks source link

Change default verbose output #39

Closed clburlison closed 6 years ago

clburlison commented 6 years ago

Right now the verbose output to stdout is set to true https://github.com/clburlison/bakeit/blob/95fcdbcf509f109b248ca9a92228425c365397ed/cmd/bakeit/root.go#L37 in a future release this should default to false. This will make the output to stdout cleaner and easier to follow. Then it can still be turned on with bakeit --verbose.