# 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.
NewDefaultLogger creates a new gokit logger with the configured level and format.
No description provided by the author
WarnExperimentalUse logs a warning and increments the experimental features metric.
WithSourceIPs returns a Logger that has information about the source IPs in its details.
WithTraceID returns a Logger that has information about the traceID in its details.
# Variables
Logger is a shared go-kit logger.
# Structs
RateLimitedLogger implements log.Logger and permits only a single log invocation every interval.