Ticket #315 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.
