We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Version v0.90.0 of the collector is emitting noisy logs. This was reported by a user in the slack channel https://cloud-native.slack.com/archives/C01N6P7KR6W/p1701308425502839
2023-11-29T17:36:32.236-0800 info exporterhelper/retry_sender.go:120 Exporting finished. {"kind": "exporter", "data_type": "logs", "name": "splunk_hec"} 2023-11-29T17:36:44.053-0800 info exporterhelper/retry_sender.go:120 Exporting finished. {"kind": "exporter", "data_type": "logs", "name": "splunk_hec"} 2023-11-29T17:36:44.667-0800 info exporterhelper/retry_sender.go:120 Exporting finished. {"kind": "exporter", "data_type": "logs", "name": "splunk_hec"}
Steps to reproduce Export some logs with the default logging level
What did you expect to see? No noisy logs
What did you see instead? The logs pasted above
What version did you use? Version: v0.90.0
The text was updated successfully, but these errors were encountered:
Remove noisy log statement (#9018)
cefe1b7
Removes a noisy log statement Fixes #9017
Remove noisy log statement (open-telemetry#9018)
40a592d
Removes a noisy log statement Fixes open-telemetry#9017
Pick up collector core patch release 0.90.1 (#29612)
217b107
To fix open-telemetry/opentelemetry-collector#9017 in the exporters
5653d6b
Successfully merging a pull request may close this issue.
Describe the bug
Version v0.90.0 of the collector is emitting noisy logs. This was reported by a user in the slack channel https://cloud-native.slack.com/archives/C01N6P7KR6W/p1701308425502839
Steps to reproduce
Export some logs with the default logging level
What did you expect to see?
No noisy logs
What did you see instead?
The logs pasted above
What version did you use?
Version: v0.90.0
The text was updated successfully, but these errors were encountered: