Liking cljdoc? Tell your friends :D

com.timezynk.useful.logback.pii-scrubber

Logback Layout which filters out sensitive information.

Is configured via <field> and <memento> XML elements. When logging Clojure maps: Finds all occurrences of <field> and replaces their value with <memento>. Regardless of formatting: Replaces all email addresses and phone numbers with <memento>.

Logback Layout which filters out sensitive information.

Is configured via <field> and <memento> XML elements.
When logging Clojure maps:
  Finds all occurrences of <field> and replaces their value with <memento>.
Regardless of formatting:
  Replaces all email addresses and phone numbers with <memento>.
raw docstring

-doLayoutclj

(-doLayout this event)

-initclj

(-init)

-setFieldclj

(-setField this field)

-setMementoclj

(-setMemento this memento)

DEFAULT_MEMENTOclj


EMAIL_REGEXPclj


PHONENO_REGEXPclj

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close