Skip to content
New issue

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

Logging Is Closed-Off and Unconfigurable #1104

Closed
MrAlias opened this issue Sep 16, 2024 · 0 comments · Fixed by #1080
Closed

Logging Is Closed-Off and Unconfigurable #1104

MrAlias opened this issue Sep 16, 2024 · 0 comments · Fixed by #1080
Labels
enhancement New feature or request
Milestone

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Sep 16, 2024

When I am building on top of the Instrumentation type, I am met with many short-falls with its logging.

There are many situations I would like to handled. It would be ideal if the logging allowed me to...

  • Use the OpenTelemetry Logs Bridge to process and handle my logs.
  • Use a different log format based on the environment (i.e. development, staging, production) the application is running in
  • Use a different log processing pipeline based on the environment the application is running in
  • Disable logging
  • Use different environment variables than the OpenTelemetry defined schema to configure my logging
  • Not add additional zap logging dependencies to my project when I don't use them

Ideally, the logging for this project would allow me to integrate with existing logging pipelines and better customization.

@MrAlias MrAlias added the enhancement New feature or request label Sep 16, 2024
@MrAlias MrAlias added this to the v0.15.0-alpha milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant