-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message "cannot parse UTC" in goiardi logs #72
Comments
It's probably not a huge deal, but I'm curious where that's coming from. Do you have any idea what might be causing it? |
I see the same log entry. It may be caused by
It happens when chef 16 (or cinc) starts and POSTs to this endpoint |
As far as I can see, goiardi does not implement the I was able to work around the issue by disabling data collection on the chef-client in client.rb: client.rb data_collector.output_locations nil
data_collector.server_url nil When using default['chef_client']['config']['data_collector.server_url'] = nil
default['chef_client']['config']['data_collector.output_locations'] = nil |
Aha, thank you for digging that up @rmoriz. I'll see what I can do about that endpoint. |
We are running goiardi in the containers in AWS ECS.
Server works well and no failures during the chef runs. But I am seeing this message in the server logs:
Should I worry or do anything because of this message?
The text was updated successfully, but these errors were encountered: