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 Jul 14, 2021. It is now read-only.
I have below settings in my default.rb. Can i change settings for logging? Does the file in /var/log/chef path keep increasing everyday. Do we need to manually handle logging files for push job?
case node['platform_family']
when 'debian', 'rhel', 'suse', 'amazon'
default['push_jobs']['init_style'] = nil # auto detect based on system
default['push_jobs']['service_name'] = 'chef-push-jobs-client'
default['push_jobs']['chef']['include_timestamp'] = false
default['push_jobs']['chef']['client_key_path'] = '/etc/chef/client.pem'
default['push_jobs']['chef']['trusted_certs_path'] = '/etc/chef/trusted_certs'
default['push_jobs']['chef']['install_path'] = nil
default['push_jobs']['chef']['exec_name'] = nil
default['push_jobs']['logging_dir'] = '/var/log/chef'
end
default['push_jobs']['logging_level'] = 'info'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have below settings in my default.rb. Can i change settings for logging? Does the file in /var/log/chef path keep increasing everyday. Do we need to manually handle logging files for push job?
case node['platform_family']
when 'debian', 'rhel', 'suse', 'amazon'
default['push_jobs']['init_style'] = nil # auto detect based on system
default['push_jobs']['service_name'] = 'chef-push-jobs-client'
default['push_jobs']['chef']['include_timestamp'] = false
default['push_jobs']['chef']['client_key_path'] = '/etc/chef/client.pem'
default['push_jobs']['chef']['trusted_certs_path'] = '/etc/chef/trusted_certs'
default['push_jobs']['chef']['install_path'] = nil
default['push_jobs']['chef']['exec_name'] = nil
default['push_jobs']['logging_dir'] = '/var/log/chef'
end
default['push_jobs']['logging_level'] = 'info'
The text was updated successfully, but these errors were encountered: