diff --git a/ennstatus/status/functions.py b/ennstatus/status/functions.py --- a/ennstatus/status/functions.py +++ b/ennstatus/status/functions.py @@ -76,6 +76,7 @@ def _check_server(data): def _load_single_server(filename): + current_app.logger.info('Loading {}'.format(filename)) try: with open(filename, encoding='utf-8') as f: server = json.load(f)