Talha812's picture
Upload 45 files
2c16c8c verified
raw
history blame contribute delete
281 Bytes
import pino from 'pino';
export const logger = pino({
transport: {
target: 'pino-pretty',
options: {
colorize: true,
translateTime: 'SYS:standard',
ignore: 'pid,hostname',
},
},
level: "trace",
})