in internal/logger/logger.go [75:81]
func GetLogger(ctx context.Context) *debugLogger { debugLogger, ok := ctx.Value(logContextKey).(*debugLogger) if !ok { return discardLogger } return debugLogger }