diff options
author | Thom May <thom@may.lt> | 2017-04-06 21:46:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 21:46:37 +0100 |
commit | b8afdc5630ebe502beadf214b9ca0abc1c98c43b (patch) | |
tree | d15b1b2a25bf46820f1bc1e7a78f0ecbe2f1e81d /RELEASE_NOTES.md | |
parent | 30e95f165f0b58464e4bf7df736d3fa4b21d1c4e (diff) | |
parent | 0029b194433491c163d40d4134d306d47c8d0632 (diff) | |
download | chef-b8afdc5630ebe502beadf214b9ca0abc1c98c43b.tar.gz |
Merge pull request #6035 from chef/lcg/restore-log-location
Chef-13: restore log_location in client.rb
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ac49fd7edc..fb6d4a8d97 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -280,21 +280,8 @@ is sent to a pipe. The logger needs to be specifically requested with `--force- The `--force-formatter` option does still exist, although it will probably be deprecated in the future. -Setting the `log_location` in the config.rb now applies to both daemonized and command-line invocation and there is -no magic which dups the logger in order to log to STDOUT on the command line in that case. - -Setting logger settings in config.rb is most likely no longer appropriate and those settings should be changed to -command line flags on the config script or cronjob that invokes chef-client daemonized. In other words: - -``` -chef-client -d -L /var/log/client.rb --force-logger -``` - If your logfiles switch to the formatter, you need to include `--force-logger` for your daemonized runs. -If your command line invocations have no output, delete the config.rb setting for the log_location and move that -to the command line that invokes your daemon process. - Redirecting output to a file with `chef-client > /tmp/chef.out` now captures the same output as invoking it directly on the command line with no redirection. |