From 5872f0e88aef5fb5e7caabb2777cc3e60987206b Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 3 Oct 2019 11:49:25 +0200 Subject: [PATCH] Activate ligier logging --- scripts/timesync_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/timesync_monitor.py b/scripts/timesync_monitor.py index a79317f..5931580 100644 --- a/scripts/timesync_monitor.py +++ b/scripts/timesync_monitor.py @@ -35,7 +35,7 @@ class TimeSyncChecker(kp.Module): date = datetime.datetime.utcnow().strftime("%c") msg = f"ALERT (MONITORING) {date}: {msg}" print(msg) - self.ch_client.put_message("MSG", "Monitoring Test") + self.ch_client.put_message("MSG", msg) def process(self, blob): dom_ids_invalid = [] -- GitLab