amal66 stops its legal logs from remembering who touched what
A cleanup pass pulls user and document identifiers out of this fork's logs and treats activity records as sensitive data, not debugging exhaust.
amal66 went through the fork's logging end to end and stripped out the lines that quietly recorded which user opened which document. The team frames it as data-minimization in the GDPR sense: if a log doesn't need to know who did what, it shouldn't keep that record sitting around to be subpoenaed, breached, or audited later.
The same pass also tidied how the fork writes logs in the first place, tagging each request so a single user's actions can be traced as one trail when something goes wrong. That's the unglamorous plumbing a hosted legal service needs before it can credibly tell clients their document activity isn't leaking into operational logs.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?