package
0.0.0-20191020161600-58998d98f9ce
Repository: https://github.com/etherlabsio/pkg.git
Documentation: pkg.go.dev
# Functions
Fatal logs a error message and exits the process.
LoggingMiddleware returns an endpoint middleware that logs the duration of each invocation, and the resulting error, if any.
NewServerLogger creates a standard logger for Kolide services.
SetLevelKey changes the "level" key in a Go Kit logger, allowing the user to set it to something else.
WithError returns a logger with severity as error along with the err value encapsulated.