[Bug 17195] New: Split logging of item modifications from CataloguingLog into separate system preferences
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 Bug ID: 17195 Summary: Split logging of item modifications from CataloguingLog into separate system preferences Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: gmcharlt@gmail.com Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Because logging modifications to items has so much overhead, it is not recommended that CataloguingLog be enabled. If we split off modifications to items into a separate system preference CataloguingLogItems, then libraries can at least log modifications to records without taking a large processing hit. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 54869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54869&action=edit Bug 17195 - Split logging of item modifications from CataloguingLog into separate system preferences Because logging modifications to items has so much overhead, it is not recommended that CataloguingLog be enabled. If we split off modifications to items into a separate system preference CataloguingLogItems, then libraries can at least log modifications to records without taking a large processing hit. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Disable CataloguingLog and CataloguingLogItems 4) Edit a record and edit an item 5) Note no action logs are produced 6) Enable CataloguingLog 7) Edit a record and edit an item 8) Note only a record edit action log is produced 9) Disable CataloguingLog, enable CataloguingLogItems 10) Edit a record and edit an item 11) Note only an item edit action log is produced 12) Enable both CataloguingLog and CataloguingLogItems 13) Edit a record and edit an item 14) Note an action log is created from both edits This test plan can be repeated with creating and deleting items/records as well. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 Aleisha Amohia <aleishaamohia@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia@hotmail.com Status|Needs Signoff |Failed QA --- Comment #2 from Aleisha Amohia <aleishaamohia@hotmail.com> --- Hi Kyle, Everything was working well until Step 9. I am still seeing the record edit action log with CataloguingLog turned off. Everything else works as expected though -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barton@bywatersolutions.com --- Comment #3 from Barton Chittenden <barton@bywatersolutions.com> --- Is this still valid? I think that this might have been something that we were working on because of cataloging log getting spammed by circulation, which was fixed in Bug 18816. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Failed QA |RESOLVED --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Barton Chittenden from comment #3)
Is this still valid? I think that this might have been something that we were working on because of cataloging log getting spammed by circulation, which was fixed in Bug 18816.
Agreed, both bugs aimed to solve the same basic problem. *** This bug has been marked as a duplicate of bug 18816 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org