-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change logging library for Go applications #1048
Closed
15 tasks done
Richard87 opened this issue
Sep 25, 2023
· 1 comment
· Fixed by equinor/radix-cost-allocation-api#108, equinor/radix-vulnerability-scanner#45, equinor/radix-vulnerability-scanner-api#18, equinor/radix-cluster-cleanup#36 or equinor/radix-velero-plugin#52
Closed
15 tasks done
Change logging library for Go applications #1048
Richard87 opened this issue
Sep 25, 2023
· 1 comment
· Fixed by equinor/radix-cost-allocation-api#108, equinor/radix-vulnerability-scanner#45, equinor/radix-vulnerability-scanner-api#18, equinor/radix-cluster-cleanup#36 or equinor/radix-velero-plugin#52
Labels
enhancement
New feature or request
Comments
Richard87
added
added to backlog
Issue registered in our Product Backlog ready for evaluation
and removed
added to backlog
Issue registered in our Product Backlog ready for evaluation
labels
Sep 25, 2023
This was referenced Jan 29, 2024
This was
linked to
pull requests
Feb 28, 2024
This was
linked to
pull requests
Mar 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change Go logging library in the following applications
Is your feature request related to a problem? Please describe.
Currently our logging library (logrus) is slow, and limited support for structured logging. This makes it overly hard to troubleshoot bugs.
Describe the solution you'd like
Start using structured logging
Describe alternatives you've considered
I think there are 4 relevant solutions:
Performance testing from Uber/Zap: https://github.com/uber-go/zap#performance
Log a message and 10 fields:
Zerolog:
slog:
zap:
logrus
The text was updated successfully, but these errors were encountered: