-
Notifications
You must be signed in to change notification settings - Fork 50
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently output to console is primarily done with fmt.Printf
calls or error/panic output. Changing this approach to instead output structured log entries may improve readability of outputs for people, but especially for machines if this data is input into a log processor.
https://github.com/Sirupsen/logrus , is a very popular structured log library for golang and can be easily brought in to replace the current output calls.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers