docs: more specific redaction link

This commit is contained in:
davidmarkclements 2018-08-12 21:52:25 +02:00
Родитель 3c052fb5bb
Коммит 753cd3b87a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ have their values redacted from any log output.
Each path must be a string using a syntax which corresponds to JavaScript dot and bracket notation.
If an object is supplied, three options can be specified:
* `paths` (array): Required. An array of paths. See [redaction ⇗](/docs/redaction.md#paths) documentation for specifics.
* `paths` (array): Required. An array of paths. See [redaction - Path Syntax ⇗](/docs/redaction.md#paths) for specifics.
* `censor` (String): Optional. A value to overwrite key which are to be redacted. Default: `'[Redacted]'`
* `remove` (Boolean): Optional. Instead of censoring the value, remove both the key and the value. Default: `false`