diff --git a/packages/logger/src/getPino.ts b/packages/logger/src/getPino.ts index 9361e168d11e..89f7ba729c19 100644 --- a/packages/logger/src/getPino.ts +++ b/packages/logger/src/getPino.ts @@ -36,7 +36,7 @@ const mainPino = pino({ colorize: true, }, }, - } + } : {}), });