Ticket #315 (closed defect: worksforme)

Opened 6 months ago

Last modified 5 months ago

Client logger doesn't show connection url

Reported by: thijs Owned by: nick
Priority: major Milestone: 0.4
Component: Remoting Version: 0.3.1
Keywords: Cc:

Description (last modified by thijs) (diff)

From remoting client:

self.logger.debug('Sending POST request to %s' % self._root_url)

prints the line below if there's is no gateway URL:

DEBUG:pyamf.remoting.client.RemotingService.0xbc1d70:Sending POST request to 

Example including the gateway:

DEBUG:pyamf.remoting.client.RemotingService.0xe58b70:Sending POST request to /flashservices/gateway

I guess it should print a '/' when the gateway is running on the root of the webserver.

The line below never gets called and should be displayed no matter what (logger.info):

self.logger.info('Creating connection to %s://%s:%s' % (self.url[0], hostname, port))

Change History

Changed 6 months ago by thijs

  • description modified (diff)

Changed 5 months ago by thijs

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.