elastic / elastic-otel-php

Elastic distribution of OpenTelemetry for PHP
Apache License 2.0
1 stars 2 forks source link

Implement selective logging #103

Closed intuibase closed 1 week ago

intuibase commented 1 month ago

We want to enable logging per feature to avoid log file flooding.

Feature should be controlled by environment or php.ini configuration. Example: ELASTIC_OTEL_LOG_FEATURES="FEATURE=trace,FEATURE2=debug"

Feature enums should be available for both php and cpp and must be in sync (generated)