frappy_psi.sea: add log info for sea port nuber

This commit is contained in:
2026-06-09 14:21:22 +02:00
parent 7ce1a0ff74
commit 458174d281
+1
View File
@@ -127,6 +127,7 @@ class SeaClient(ProxyClient, Module):
port = get_sea_port(instance)
if port is None:
raise ConfigError('missing sea port for %s' % instance)
log.info('connect to sea on port %r', port)
opts['uri'] = {'value': 'tcp://localhost:%s' % port}
self.objects = set()
self._shutdown = threading.Event()