]> git.evergreen-ils.org Git - Evergreen.git/commit
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 17:59:35 +0000 (12:59 -0500)
commit197e2517391f86b5319ad149e1b1bafc10a7e186
tree52263d2b94fe2c60ec0831121f10e154ee07984d
parente15c45f422f3f90556bc00839e03b569874a5f81
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