人工大脑

好记性不如烂 Wiki

用户工具

站点工具


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 由 三三