1import pino from "pino" 2 3export const logger = pino({ 4 transport: { 5 target: "pino-pretty", 6 options: { 7 colorize: true 8 } 9 } 10})