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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to