Skip to content

Commit 5fcc1fc

Browse files
authored
Merge pull request #172 from unicef/bugfix/reminder_email_issue
Change log level from debug to info for task instance
2 parents 8169bf6 + 8a4617d commit 5fcc1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proco/data_sources/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def email_reminder_to_editor_and_publisher_for_review_waiting_records():
547547
task_id, task_key, 'Send reminder email to Editor and Publisher to review the school master rows')
548548

549549
if task_instance:
550-
task_instance.debug('Not found running job for reminder email task: {}'.format(task_key))
550+
task_instance.info('Not found running job for reminder email task: {}'.format(task_key))
551551

552552
ds_settings = settings.DATA_SOURCE_CONFIG.get('SCHOOL_MASTER')
553553
review_grace_period = core_utilities.convert_to_int(ds_settings['REVIEW_GRACE_PERIOD_IN_HRS'], default='48')

0 commit comments

Comments
 (0)