diff --git a/src/automation/service/__main__.py b/src/automation/service/__main__.py
index c94e6ef308c10dc029ffbfa096b902929ffa5db1..90df6c27cc221e7b92e6d4feabada4133fe1e04d 100644
--- a/src/automation/service/__main__.py
+++ b/src/automation/service/__main__.py
@@ -14,6 +14,8 @@
 
 import sys
 
+LOGGER : logging.Logger = None
+
 def main():
     global LOGGER # pylint: disable=global-statement