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

Stardardize Tracetest server logging #2996

Open
danielbdias opened this issue Jul 27, 2023 · 0 comments
Open

Stardardize Tracetest server logging #2996

danielbdias opened this issue Jul 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@danielbdias
Copy link
Contributor

Describe the enhancement you'd like to see

Today we have Tracetest server logs made using golang log and fmt packages, making it difficult to define a log level or do a system-wide configuration for logs (like formatting it to JSON to allow ELK-based systems to process it.)

We should normalize them for a unique logger engine and allow the user to configure it to fit these logs for their operation. Two good log providers that we can see are https://github.com/uber-go/zap and https://github.com/sirupsen/logrus .

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

No branches or pull requests

1 participant