Invalid type _FixedFindCallerLogger for attribute '_logger' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types #4401
Labels
bug
Something isn't working
Describe your environment
python = "^3.11"
opentelemetry-api = "^1.29.0"
opentelemetry-sdk = "^1.29.0"
opentelemetry-distro = {extras = ["otlp"], version = "^0.50b0"}
opentelemetry-instrumentation = "^0.50b0"
opentelemetry-semantic-conventions = "^0.50b0"
What happened?
fix #3649
I get the same multiple logs. This significantly increases the size of my logs. I use structlog + open-telemetry.
Maybe it's worth creating customizable log attribute filters via the environment that would do the DROP_ATTRIBUTES logic from the example above?
Steps to Reproduce
Use opentelemetry-python + structlog
Expected Result
Logs come without repetitions
Actual Result
As a result, we get a large volume of logs with repeating content
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: