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

Add temporary global implementation for logging #5084

Closed
MrAlias opened this issue Mar 18, 2024 · 0 comments · Fixed by #5085
Closed

Add temporary global implementation for logging #5084

MrAlias opened this issue Mar 18, 2024 · 0 comments · Fixed by #5085
Assignees
Milestone

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Mar 18, 2024

Building out logging bridges will require some global logging package to reference similar to what exists when the log package becomes stable. Similar to what we did for the metric signal, add a log/global package that implements a global logging provider.

  • This package is not expected to be released as stable
    • It will be deprecated and removed when the log package stabilizes
  • This package will be copied to otel/internal/global when log stabilizes and appropriate functions added to otel
@MrAlias MrAlias self-assigned this Mar 18, 2024
@MrAlias MrAlias converted this from a draft issue Mar 18, 2024
@MrAlias MrAlias moved this from Todo to In Progress in Go: Logs (GA) Mar 18, 2024
@MrAlias MrAlias added this to the v1.25.0 milestone Mar 18, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Go: Logs (GA) Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant