Skip to content

Commit

Permalink
Merge pull request #1683 from GSA/debug_wash
Browse files Browse the repository at this point in the history
more debug for user who can't send all messages
  • Loading branch information
ccostino authored Jul 2, 2024
2 parents 068af5f + 0c097c6 commit 256626c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/main/views/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,12 @@ def send_notification(service_id, template_id):
# the csv filename and the job id. The user will give us the file name,
# so we can search on that to obtain the job id, which we can use elsewhere
# on the API side to find out what happens to the message.
current_app.logger.info(hilite(f"One-off file: {filename} job_id: {upload_id}"))
current_app.logger.info(
hilite(
f"One-off file: {filename} job_id: {upload_id} s3 location: service-{service_id}-notify/{upload_id}.csv"
)
)

form = CsvUploadForm()
form.file.data = my_data
form.file.name = filename
Expand Down
1 change: 1 addition & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 256626c

Please sign in to comment.