Skip to content
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

The new collector is emitting logs unnecessarily #9017

Closed
codeboten opened this issue Nov 30, 2023 · 0 comments · Fixed by #9018
Closed

The new collector is emitting logs unnecessarily #9017

codeboten opened this issue Nov 30, 2023 · 0 comments · Fixed by #9018
Labels
bug Something isn't working

Comments

@codeboten
Copy link
Contributor

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

@codeboten codeboten added the bug Something isn't working label Nov 30, 2023
codeboten pushed a commit that referenced this issue Nov 30, 2023
Removes a noisy log statement

Fixes #9017
dmitryax pushed a commit to dmitryax/opentelemetry-collector that referenced this issue Dec 1, 2023
dmitryax added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this issue Dec 1, 2023
pantuza pushed a commit to pantuza/opentelemetry-collector that referenced this issue Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant