summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIanMadd <imaddaus@chef.io>2021-01-22 18:32:56 -0800
committerIanMadd <imaddaus@chef.io>2021-01-22 18:32:56 -0800
commitc69e2513afbda6d7b57d08eb6fb7fee779685b5c (patch)
tree8c25816086dd5624c1fb3f1385ea119e55905936
parent0345d167c6e58cf925a8d42b09ae361f72d579c5 (diff)
downloadchef-c69e2513afbda6d7b57d08eb6fb7fee779685b5c.tar.gz
fix typo in release notes
Signed-off-by: IanMadd <imaddaus@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 38391cb2bb..bfdca43078 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -908,7 +908,7 @@ depends 'windows', '>> 1.0'
#### Logging Improvements May Cause Behavior Changes
-We've made low-level changes to how logging behaves in Chef Infra Client that resolves many complaints we've heard of the years. With these change you'll now see the same logging output when you run `chef-client` on the command line as you will in logs from a daemonized client run. This also corrects often confusing behavior where running `chef-client` on the command line would log to the console, but not to the log file location defined your `client.rb`. In that scenario you'll now see logs in your console and in your log file. We believe this is the expected behavior and will mean that your on-disk log files can always be the source of truth for changes that were made by Chef Infra Client. This may cause unexpected behavior changes for users that relied on using the command line flags to override the `client.rb` log location - in this case logging will be sent to *both- the locations in `client.rb` and on the command line. If you have daemons running that log using the command line options you want to make sure that `client.rb` log location either matches or isn't defined.
+We've made low-level changes to how logging behaves in Chef Infra Client that resolves many complaints we've heard of the years. With these change you'll now see the same logging output when you run `chef-client` on the command line as you will in logs from a daemonized client run. This also corrects often confusing behavior where running `chef-client` on the command line would log to the console, but not to the log file location defined your `client.rb`. In that scenario you'll now see logs in your console and in your log file. We believe this is the expected behavior and will mean that your on-disk log files can always be the source of truth for changes that were made by Chef Infra Client. This may cause unexpected behavior changes for users that relied on using the command line flags to override the `client.rb` log location - in this case logging will be sent to _both_ the locations in `client.rb` and on the command line. If you have daemons running that log using the command line options you want to make sure that `client.rb` log location either matches or isn't defined.
#### Red Hat / CentOS 6 Systems Require C11 GCC for Some Gem Installations