diff options
author | Bryan McLellan <btm@getchef.com> | 2014-03-28 16:15:13 -0700 |
---|---|---|
committer | Bryan McLellan <btm@getchef.com> | 2014-03-28 16:15:13 -0700 |
commit | 349a0ddab572720bb856afb27112670144c1de05 (patch) | |
tree | c13bf90b626a8e1f9151558e1ea372f722a2cceb /RELEASE_NOTES.md | |
parent | 78c9c5261d07d71a4649286979c2fd4605c69bcf (diff) | |
download | chef-349a0ddab572720bb856afb27112670144c1de05.tar.gz |
CHEF-3610: Doc file updates
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9856ddf660..8636e9f25d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -133,6 +133,10 @@ If you're an advanced user of attribute precedence, you may find some attributes The weekday attribute now accepts the weekday as a symbol, e.g. :monday or :thursday. There is a new attribute named ```time``` that takes special cron time values as a symbol, such as :reboot or :monthly. +#### knife bootstrap log_level + +Running ```knife bootstrap -V -V``` will run the initial chef-client with a log level of debug. + #### Miscellaneous * The subversion resource will now mask plaintext passwords in error output. |