diff --git a/service b/service index 0da3f26..8792736 100644 --- a/service +++ b/service @@ -30,6 +30,9 @@ while True: try: if status["state"]["open"]: last_open = datetime.now(utc) + log.info('afra is open') + else: + log.info('afra is closed') except KeyError: log.exception("open status was not in state json")