diff --git a/src/utils/logger.ts b/src/utils/logger.ts index 47dcdaf6..a42a7b22 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -61,12 +61,6 @@ export const customSerializer: SerializerFn = (input: AnyObject): AnyObject => { export const initDebugLogger = (level = "debug"): Logger => { const l = logger({ - transport: { - target: "pino-pretty", - options: { - colorize: true - } - }, formatters: { level: logLevel, log: customSerializer