Skip to content

Commit

Permalink
fix: add leak_sensitive_values to config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 8, 2021
1 parent 51c4223 commit 2b21d2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@
],
"title": "Format",
"description": "The log format can either be text or JSON."
},
"leak_sensitive_values": {
"type": "boolean",
"title": "Leak Sensitive Log Values",
"description": "If set will leak sensitive values (e.g. emails) in the logs."
}
},
"additionalProperties": false
Expand Down

0 comments on commit 2b21d2b

Please sign in to comment.