From 70b14840809bbbe5d3ff8bb4285c225b8476abb7 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 13 Oct 2021 17:35:45 +0200
Subject: [PATCH] L2SS-391: Add missing import

---
 devices/devices/apsct.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devices/devices/apsct.py b/devices/devices/apsct.py
index 476c1ed2a..c8b0cb0ad 100644
--- a/devices/devices/apsct.py
+++ b/devices/devices/apsct.py
@@ -31,6 +31,9 @@ from clients.attribute_wrapper import attribute_wrapper
 from devices.opcua_device import opcua_device
 from common.lofar_logging import device_logging_to_python, log_exceptions
 
+import logging
+logger = logging.getLogger()
+
 __all__ = ["APSCT", "main"]
 
 @device_logging_to_python()
-- 
GitLab