-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Ideally would like to control verbosity of logging and colours for easier debugging. Should be abstracted and configurable by other services (i.e. some importable package), with verbosity controllable by users via CLI flags.
Right now golang's default logging package is convenient, but lacks support for standard programming logging levels and colours.
Possibilities:
- Creating our own custom logging package (see: https://www.honeybadger.io/blog/golang-logging/)
- Using an existing logging framework (what are the pros/cons of these?):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request