[Koha-bugs] [Bug 17195] Split logging of item modifications from CataloguingLog into separate system preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 15:22:13 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17195

--- Comment #1 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list