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:
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: