[Bug 35758] New: Background jobs should not log personal data apart from borrowernumber
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35758 Bug ID: 35758 Summary: Background jobs should not log personal data apart from borrowernumber Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: michaela.sieber@kit.edu When looking at the background_jobs table the column context contains a lot of personal information that is not necessary for the purpose of this table: * firstname * surname * email address This makes it hard to share data for debugging. It's also end user information, not only staff accounts. Example: If the library is using Elasticsearch, renewing items in the OPAC will create a reindex job entry for each biblionumber. This will be logged with the context of the patron. There is no reason to duplicate this data into the context table, we can save space and avoid headaches by removing this information. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35758 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Depends on| |30889 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30889 [Bug 30889] Background jobs lead to wrong/missing info in logs -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35758 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org