Skip to content

Commit fc0137b

Browse files
authored
Merge pull request #149 from cmu-delphi/development
Test log statement
2 parents 3c96f17 + 2fa105c commit fc0137b

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)