Skip to content

Commit

Permalink
Ignore some otel logging metadata (#1706)
Browse files Browse the repository at this point in the history
This cleans up our logs a little bit
  • Loading branch information
joshk authored Dec 18, 2024
1 parent df1c56d commit 2370d08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/nerves_hub/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ defmodule NervesHub.Logger do
:time,
:gl,
:ansi_color,
:__sentry__
:__sentry__,
:otel_trace_id,
:otel_span_id,
:otel_trace_flags
]

def format(level, message, timestamp, metadata) do
Expand Down

0 comments on commit 2370d08

Please sign in to comment.