CStoreEditor auto-activity log redaction
authorBill Erickson <berick@esilibrary.com>
Fri, 2 Nov 2012 19:28:27 +0000 (15:28 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 8 Nov 2012 18:01:53 +0000 (13:01 -0500)
commit8dfb887686cb7a81a09b46c9d917c150bdd14d7a
tree1ec7053e77f57195798007b8a3d8288cacc237da
parent65e0a6d715f87b487233f5eea15371404662ebe1
CStoreEditor auto-activity log redaction

CStoreEditor logs all update calls to the activity log as key/value
pairs on the updated object.  Avoid loging key/value pairs for objects
when the API call being relayed by CStoreEditor is on the list of
log-protect API calls.  Instead, log "**DETAILS REDACTED**".

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Utils/CStoreEditor.pm