navapbc / wic-participant-recertification-portal

https://navapbc.github.io/wic-participant-recertification-portal/
Apache License 2.0
0 stars 1 forks source link

PRP-89 Handle Database logging (part 1) #86

Closed aplybeah closed 1 year ago

aplybeah commented 1 year ago

Ticket

https://wicmtdp.atlassian.net/browse/PRP-89

Changes

Context for reviewers

Configuration for query logging was added in PRP-13While this is useful for debugging, this may expose sensitive data (e.g. secrets) in the logs. After a later inspection some columns contain sensitive data. Examples can be found in the test database logs with bug bash data. For the sake of time before launch, we are opting to change the logging scheme to only track major database changes. This PR will be followed be research into what the most effective option for database logging is without compromising debugging ability, and then implementation of the best method.

Testing

N/A