From ae4e6eed6af11b1278a4cb0d095d7de66922fd1a Mon Sep 17 00:00:00 2001 From: Diogo Date: Wed, 20 May 2020 14:06:20 -0300 Subject: [PATCH] Fix redacted explain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2ba05a..073c623 100644 --- a/README.md +++ b/README.md @@ -216,9 +216,9 @@ validator.validate(message) ### Data Protection -Barterdude takes in account GDPR data protection and by default doesn't log message body, but you can activate enabling environment variable `BARTERDUDE_LOG_REDACTED=1` +Barterdude takes in account GDPR data protection and by default doesn't log message body, but you can deactivate with environment variable `BARTERDUDE_LOG_REDACTED=0` -Now messages will be not in log by Logging hook. +Now messages body will be logged by Logging hook. This configuration just controls BarterDude's default Logging Hook and doesn't have effect on user custom user log. If you want to control your log with this configuration use: