Skip to content

Commit

Permalink
Fix redacted explain
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvieira authored May 20, 2020
1 parent fb38330 commit ae4e6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ae4e6ee

Please sign in to comment.