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
I have a question about a change introduced with #199 . During some refactoring there the verbosity of the chef-zero run changed, like in this line.
This will show quite a lot of information like:
[2016-04-21T10:21:49+00:00] INFO: GET /organizations/chef/nodes/organization
[2016-04-21T10:21:49+00:00] INFO: #<ChefZero::RestErrorResponse: 404: Object not found: chefzero://localhost:8889/nodes/hostname>
and quite a lot of "--- END RESPONSE ---""--- PUT BODY ---" and so on.
I am curious if this was done on purpose or was it an oversight? Since I am using chef-client -z with client.rb configuration file, I don't suppose there is an easy way to specify a different log level for chef-zero?
The text was updated successfully, but these errors were encountered:
Hi all,
I have a question about a change introduced with #199 . During some refactoring there the verbosity of the chef-zero run changed, like in this line.
This will show quite a lot of information like:
and quite a lot of
"--- END RESPONSE ---"
"--- PUT BODY ---"
and so on.I am curious if this was done on purpose or was it an oversight? Since I am using
chef-client -z
withclient.rb
configuration file, I don't suppose there is an easy way to specify a different log level for chef-zero?The text was updated successfully, but these errors were encountered: