const pino = require('pino'); const transport = pino.transport({ level: "trace", target: 'pino/file', }); const log = pino(transport); ...
確定! 回上一頁