pinojs/pino

Clarification on wildcard documentation

Offen

#1.392 geöffnet am 05.04.2022

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (839 Forks)batch import
good first issue

Repository-Metriken

Stars
 (13.157 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Hello! I'd like to be able to use wildcards in this way:

// Need to redact my_secret, my_other_secret, another_secret.

paths: ['*secret'],

It is unclear from the documentation if this is supported, or whether wildcards only pertain to whole keys and not parts of key words?

Contributor Guide