From 5fa5191ac2d425fac8bd3ad3ad8bc8a959b2b24c Mon Sep 17 00:00:00 2001 From: Robert Oschwald Date: Wed, 7 Jun 2017 15:35:01 +0200 Subject: [PATCH] update doc --- audit-logging/src/docs/configuration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audit-logging/src/docs/configuration.adoc b/audit-logging/src/docs/configuration.adoc index db319b27..3f90f146 100644 --- a/audit-logging/src/docs/configuration.adoc +++ b/audit-logging/src/docs/configuration.adoc @@ -227,9 +227,9 @@ If instead you want to trigger on version and lastUpdated changes you may specif static auditable = [ignore:[]] ---- -=== Whitelist attributes to audit (since 2.0.6) -Since version 2.0.6, instead of blacklisting which attributes to ignore, you can also define a list of properties to audit (whitelist) per Domain class. -The auditableProperties setting has precedence over ignore. Thanks to Paul Taylor for this feature. +=== Whitelist properties to audit (since 2.0.6) +Since version 2.0.6, instead of blacklisting which properties to ignore, you can also define a list of properties to audit (whitelist) per Domain class. +The 'auditableProperties' setting has precedence over 'ignore'. Thanks to Paul Taylor for this feature. [source,groovy] ----