raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
16 stars 3 forks source link

Spike: parsing log per file upload #2562

Open andrew-jameson opened 1 year ago

andrew-jameson commented 1 year ago

Description: To assist future debugging and better operational capacity, it would be ideal to be able to easily find the relevant logging for a given parsing session for a file upload.

Acceptance Criteria:

Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue

Notes: Utilize duplicate django logging, store file via s3? Alternatively, lightweight microservice like logstash or sentry per comment below in open questions.

Supporting Documentation:

Open Questions:

andrew-jameson commented 2 months ago

3122 Review: How do we want a log file to look and be useful both for per-field validation but also at a callstack level showing positively each step taken?