From bb3e20c5a6640b69d43856a8f07b11c55b4c7942 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 31 Oct 2019 16:04:14 +0100 Subject: [PATCH] Logging --- sorteerhoed/central_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorteerhoed/central_management.py b/sorteerhoed/central_management.py index 5712476..9e93cf1 100644 --- a/sorteerhoed/central_management.py +++ b/sorteerhoed/central_management.py @@ -227,7 +227,7 @@ class CentralManagement(): fee = (self.config['hour_rate_aim']/3600.) * estimatedHitDuration self.currentHit.fee = fee - self.logger.debug(f"Based on average duration of {estimatedHitDuration} fee should be {fee}/hit to get hourly rate of {self.config['hour_rate_aim']}") + self.logger.info(f"Based on average duration of {estimatedHitDuration} fee should be {fee}/hit to get hourly rate of {self.config['hour_rate_aim']}") new_hit = self.mturk.create_hit( Title = 'Trace the drawn line', Description = 'Draw a line over the sketched line in the image',