Skip to content

Commit

Permalink
Revert "fix(log): change the log level for text instead of number (#836
Browse files Browse the repository at this point in the history
…)" (#839)

This reverts commit 5a3124f.
  • Loading branch information
bloodyowl authored Jul 25, 2024
1 parent 5a3124f commit 7475d25
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions server/src/tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/],
}),
Expand Down

0 comments on commit 7475d25

Please sign in to comment.