Add additional log redaction to opensrf_core.xml template
authorMichael Peters <mpeters@emeralddata.net>
Mon, 11 Nov 2013 20:20:58 +0000 (15:20 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 13 Nov 2013 15:17:26 +0000 (10:17 -0500)
Based on http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=f6985d59d48f9816c2d520dd84fd8defb4988a88

This adds an additional log redaction rule that was missing in earlier versions
of Evergreen.

Signed-off-by: Michael Peters <mpeters@emeralddata.net>
templates/opensrf_core.xml

index 346f082..cc947bd 100644 (file)
@@ -176,6 +176,7 @@ Example OpenSRF bootstrap configuration file for Evergreen
       <match_string>open-ils.auth.authenticate.verify</match_string>
       <match_string>open-ils.auth.authenticate.complete</match_string>
       <match_string>open-ils.auth_proxy.login</match_string>
+      <match_string>open-ils.actor.patron.password_reset.commit</match_string>
       <match_string>open-ils.actor.user.password</match_string>
       <match_string>open-ils.actor.user.username</match_string>
       <match_string>open-ils.actor.user.email</match_string>