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

🔧 Simplify logging setup #274

Open
roma-glushko opened this issue Jun 19, 2024 · 2 comments · May be fixed by #282
Open

🔧 Simplify logging setup #274

roma-glushko opened this issue Jun 19, 2024 · 2 comments · May be fixed by #282
Assignees
Labels

Comments

@roma-glushko
Copy link
Member

The way logging is setup today is by explicitly passing the telemetry object all over the places which is a bit verbose. Given that the OTel setup is based on the global meters/traces, let's try to go the same path with logging too:

  • setup the global zap logger
  • keep enriching logging context with relevant information
  • clean up all places where the telemetry object is not needed
@hanshal101
Copy link

Can I work on this?

@roma-glushko
Copy link
Member Author

@hanshal101 Totally, Hanshal! Assigning it to you 👀

@hanshal101 hanshal101 linked a pull request Jun 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants