kserin opened a new pull request, #446: URL: https://github.com/apache/qpid-proton/pull/446
When connecting to an AMQP broker using a URI that contains credentials (e.g. amqps://user:password@host:5671), the _Connector._connect method [logged the full Url object via %r](https://github.com/apache/qpid-proton/blob/13275ca2710d4f659bda540e8358f22b0a10be24/python/proton/_reactor.py#L1042) which includes username:password in the output. I replaced the log to only log the scheme, host and port. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
