From da6d35e7c641bc1e893c8a6ca36733eb6bd2386c Mon Sep 17 00:00:00 2001 From: Deepskyhunter Date: Thu, 23 Jun 2022 19:02:47 +0800 Subject: [PATCH] Add log message when dashboard connected to proxy --- artiq/dashboard/moninj.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artiq/dashboard/moninj.py b/artiq/dashboard/moninj.py index d3b85aae0..df5854259 100644 --- a/artiq/dashboard/moninj.py +++ b/artiq/dashboard/moninj.py @@ -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)