NHSDigital / ndr_error

Error logging Rails engine
MIT License
1 stars 3 forks source link

soft-delete grace period shouldn't prevent more data gathering after a purge #13

Closed joshpencheon closed 6 years ago

joshpencheon commented 6 years ago

In short, store_log should be checking error_logs.not_deleted.count (rather than error_logs.count) against the threshold.