pinojs/pino

Clarification on wildcard documentation

Aberta

#1.392 aberto em 5 de abr. de 2022

 (5 comentários) (0 reação) (0 responsável)JavaScript (839 forks)batch import
good first issue

Métricas do repositório

Stars
 (13.157 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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?

Guia do colaborador