pinojs/pino

Clarification on wildcard documentation

Aperta

#1392 aperta il 5 apr 2022

 (5 commenti) (0 reazioni) (0 assegnatari)JavaScript (839 fork)batch import
good first issue

Metriche repository

Star
 (13.157 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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?

Guida contributor