From 0c097c6592ec65f9b2a9f9ff23692ed8ee1a3b80 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 1 Jul 2024 10:53:21 -0700 Subject: [PATCH] more debug --- app/main/views/send.py | 7 ++++++- poetry.lock | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index bb63f10a94..e3bc8ccb42 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -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 diff --git a/poetry.lock b/poetry.lock index 8654035fcc..e449504891 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1681,6 +1681,7 @@ files = [ {file = "msgpack-1.0.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5fbb160554e319f7b22ecf530a80a3ff496d38e8e07ae763b9e82fadfe96f273"}, {file = "msgpack-1.0.8-cp39-cp39-win32.whl", hash = "sha256:f9af38a89b6a5c04b7d18c492c8ccf2aee7048aff1ce8437c4683bb5a1df893d"}, {file = "msgpack-1.0.8-cp39-cp39-win_amd64.whl", hash = "sha256:ed59dd52075f8fc91da6053b12e8c89e37aa043f8986efd89e61fae69dc1b011"}, + {file = "msgpack-1.0.8-py3-none-any.whl", hash = "sha256:24f727df1e20b9876fa6e95f840a2a2651e34c0ad147676356f4bf5fbb0206ca"}, {file = "msgpack-1.0.8.tar.gz", hash = "sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3"}, ]