We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Selective logging level per feature (elastic#103)
f868190
Selective logging level per feature (#103) (#112)
ef99f9d
intuibase
Successfully merging a pull request may close this issue.
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)
The text was updated successfully, but these errors were encountered: