odigos-io/odigos

Odiglet is emitting too much info logs

vitorhugoro1 opened this issue · 2 comments

Describe the bug
When you setup a fresh install of Odigos and make the full setup of your apps, when the Collector send some trace to save the Odiglet generate a log of this operation.

To Reproduce
Steps to reproduce the behavior:

  1. See the logs on odiglet when has any services receiving traces.

Expected behavior
Any option to control when or which log level we want to use, like the -zap-log-level on instrumentor or scheduler.

Screenshots
image

Thanks @vitorhugoro1 ,

Indeed its emitting a lot of logs. related issue to apply the fix in the source: open-telemetry/opentelemetry-go-instrumentation#691

I created the PR which will likely closes this Issue too

open-telemetry/opentelemetry-go-instrumentation#842