fastify-pino-pretty
Fastify pino pretty 日志格式
yarn add pino-pretty
const server = Fastify({ logger: { level: 'debug', prettyPrint: { translateTime: 'SYS:HH:MM:ss.l', ignore: 'hostname,pid', singleLine: true, } as any, }, })
fastify-pino-pretty.txt · 最后更改: 2022-06-01 08:57:49 由 三三