We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d908e39 commit a10742bCopy full SHA for a10742b
neurow/lib/neurow/ecs_log_formatter.ex
@@ -38,6 +38,7 @@ defmodule Neurow.EcsLogFormatter do
38
|> with_optional_attribute(metadata[:trace_id], "trace.id")
39
|> with_optional_attribute(metadata[:error_code], "error.code")
40
|> with_optional_attribute(metadata[:client_ip], "client.ip")
41
+ |> with_optional_attribute(metadata[:authorization_header], "http.request.authorization")
42
|> :jiffy.encode()
43
|> newline()
44
end
0 commit comments