package
2.4.3
Repository: https://github.com/frelon/loki.git
Documentation: pkg.go.dev

# Functions

CheckFatal prints an error and exits with error code 1 if err is non-nil.
InitLogger initialises the global gokit logger (util_log.Logger) and overrides the default logger for the server.
WarnExperimentalUse logs a warning and increments the experimental features metric.
WithContext returns a log.Logger that has information about the current user in its details.
WithUserID returns a Logger that has information about the current user in its details.

# Variables

Logger is a shared go-kit logger.