From 2fa105ccf6b80013d8eaabb69237fdc05daaffd3 Mon Sep 17 00:00:00 2001 From: Dmytro Trotsko Date: Fri, 26 Sep 2025 17:33:19 +0300 Subject: [PATCH] Test log statement --- src/indicatorsets/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/indicatorsets/views.py b/src/indicatorsets/views.py index e576593..48f8aad 100644 --- a/src/indicatorsets/views.py +++ b/src/indicatorsets/views.py @@ -347,6 +347,7 @@ def get_context_data(self, **kwargs): def epivis(request): if request.method == "POST": + indicatorsets_logger.info("Generating EpiVis URL") datasets = [] data = json.loads(request.body) indicators = data.get("indicators", [])