Skip to content

Commit

Permalink
Mention being able to skip redacting data
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Sep 22, 2022
1 parent 10178a7 commit 87c40e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ enum InsuranceStatus {
},
}
```

# Skip redacting data
In testing environments it may be useful not to censor your logs. You can configure Veil to redact or skip redacting data based during runtime using the `set_debug_format` function. See this [example](examples/disable_redaction.rs)

0 comments on commit 87c40e2

Please sign in to comment.