Documentation ¶
Overview ¶
Package logger contains the infrastructure for logging that is shared between all microservices. It more or less configures the logrus logger the correct way so that it can work with the log-scrapping infstracture in Kubernetes.
Log implementation for all microservices in the project. Log functions can be called through the convenience interfaces logger.Debugf(), logger.Errorf(), logger.Panicf()
Deliberately reduces the interface to only Debugf, Errorf and Panicf. The other log levels are discouraged (see fdc Software Engineering Standards for details)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.