mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 16:31:15 -05:00
Added an info log message when the precompiled pdf is successful. This is because we can't tell when the letters are passing.
This commit is contained in:
@@ -191,6 +191,9 @@ def process_virus_scan_passed(self, filename):
|
|||||||
# move_scan_to_invalid_pdf_bucket() # TODO: implement this (and create bucket etc)
|
# move_scan_to_invalid_pdf_bucket() # TODO: implement this (and create bucket etc)
|
||||||
# scan_pdf_object.delete()
|
# scan_pdf_object.delete()
|
||||||
# return
|
# return
|
||||||
|
else:
|
||||||
|
current_app.logger.info(
|
||||||
|
"Validation was successful for precompiled pdf {} ({})".format(notification.id, filename))
|
||||||
|
|
||||||
current_app.logger.info('notification id {} ({}) sanitised and ready to send'.format(notification.id, filename))
|
current_app.logger.info('notification id {} ({}) sanitised and ready to send'.format(notification.id, filename))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user