Add log message when dashboard connected to proxy

pull/1925/head
Deepskyhunter 2022-06-23 19:02:47 +08:00 committed by Sébastien Bourdeauducq
parent 745f440597
commit da6d35e7c6
1 changed files with 2 additions and 0 deletions

View File

@ -660,6 +660,8 @@ class _DeviceManager:
await asyncio.sleep(10.)
self.reconnect_mi.set()
else:
logger.info("ARTIQ dashboard connected to moninj proxy (%s)",
self.mi_addr)
self.mi_connection = new_mi_connection
for ttl_channel in self.ttl_widgets.keys():
self.setup_ttl_monitoring(True, ttl_channel)