-
-
Notifications
You must be signed in to change notification settings - Fork 45
Add Logging via Zap Logger #49
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Currently we use the traditional golang log package for logging purpose, however its not sufficient as it lacks a lot of basic functionality like an error level log.
Describe the solution you'd like
Use Zap Logger and replace all the occurrence of log package with this one. Also add new logger statements whenever necessary.
Describe alternatives you've considered
logrus