Skip to content

Commit

Permalink
don't double log SASL errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaszk committed Jan 24, 2024
1 parent 910d3a9 commit c03dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/error/logger_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule NewRelic.Error.LoggerHandler do
NewRelic.Error.Reporter.report_error(:process, report)
end

:none
:skip
end

def translator(_level, :error, _timestamp, {_, %{args: _, function: _}} = metadata) do
Expand Down

0 comments on commit c03dcd1

Please sign in to comment.