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 286d310 commit 34adbcbCopy full SHA for 34adbcb
lib/logger/lib/logger/handler.ex
@@ -90,7 +90,6 @@ defmodule Logger.Handler do
90
:ok
91
92
{message, %{gl: gl} = metadata} ->
93
- timestamp = Map.get_lazy(metadata, :time, fn -> :os.system_time(:microsecond) end)
94
metadata = erlang_metadata_to_elixir_metadata(metadata)
95
%{truncate: truncate, utc_log: utc_log?} = config
96
0 commit comments