import pino from 'pino'; const logger = pino({ transport: { target: 'pino-pretty', }, redact: ['password'], }); logger.info( { password ...
確定! 回上一頁