opentelemetry-php-contrib icon indicating copy to clipboard operation
opentelemetry-php-contrib copied to clipboard

Restrict trace events to correct log level

Open alecsammon opened this issue 1 month ago • 11 comments

We noticed during testing that debug messages were appearing as events in our traces.

This change only adds events if the level would be handled by the logger - i.e. the level is at least the same as the defined minimum log level.

alecsammon avatar May 17 '24 14:05 alecsammon