summaryrefslogtreecommitdiff
path: root/ick_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick_controller.py')
-rw-r--r--ick_controller.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ick_controller.py b/ick_controller.py
index 14bc687..64717be 100644
--- a/ick_controller.py
+++ b/ick_controller.py
@@ -59,6 +59,7 @@ logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
handler = logging.handlers.SysLogHandler(address='/dev/log')
logger.addHandler(handler)
+logging.info('Starting ick controller')
config_filename = os.environ.get('ICK_CONTROLLER_CONFIG')
if not config_filename: