mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Fixed Typo in Log Message
After review, fixed a typo in the log message to make it consistent with other messages so it can be search for in logs and used in alerts.
This commit is contained in:
@@ -48,7 +48,7 @@ from app.utils import convert_utc_to_bst
|
||||
|
||||
@worker_process_shutdown.connect
|
||||
def worker_process_shutdown(sender, signal, pid, exitcode):
|
||||
current_app.logger.info('Scheduled tasks worker shutdown:: PID: {} Exitcode: {}'.format(pid, exitcode))
|
||||
current_app.logger.info('Scheduled tasks worker shutdown: PID: {} Exitcode: {}'.format(pid, exitcode))
|
||||
|
||||
|
||||
@notify_celery.task(name="remove_csv_files")
|
||||
|
||||
Reference in New Issue
Block a user