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',