diff --git a/server/src/tracing.ts b/server/src/tracing.ts index 8f2776502..18b57ccad 100644 --- a/server/src/tracing.ts +++ b/server/src/tracing.ts @@ -32,12 +32,7 @@ if (process.env.TRACING_SERVICE_NAME != null) { registerInstrumentations({ instrumentations: [ - new PinoInstrumentation({ - formatters: { - level: (label: string): object => { - return { level: label }; - } - }), + new PinoInstrumentation(), new HttpInstrumentation({ ignoreIncomingPaths: [/\/health/], }),