Skip to content

Commit 2fa105c

Browse files
author
Dmytro Trotsko
committed
Test log statement
1 parent 7184cae commit 2fa105c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/indicatorsets/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ def get_context_data(self, **kwargs):
347347

348348
def epivis(request):
349349
if request.method == "POST":
350+
indicatorsets_logger.info("Generating EpiVis URL")
350351
datasets = []
351352
data = json.loads(request.body)
352353
indicators = data.get("indicators", [])

0 commit comments

Comments
 (0)