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
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
force_logger forces STDOUT output even if a log file is defined. without force_logger running chef_client at command line will produce no output when log_location points at a file.
force_logger forces STDOUT output even if a log file is defined. without force_logger running chef_client at command line will produce no output when log_location points at a file.
Doc link: https://docs.chef.io/config_rb_client.html
usage: client.rb or knife.rb should have the following for produce both, the log file and STDOUT
source code:
https://github.com/chef/chef/blob/master/chef-config/lib/chef-config/config.rb#L271-L272
https://github.com/chef/chef/blob/master/lib/chef/application.rb#L148
The text was updated successfully, but these errors were encountered: