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 9374fbe commit cc018f9Copy full SHA for cc018f9
lib/logger/lib/logger.ex
@@ -562,7 +562,7 @@ defmodule Logger do
562
end
563
564
defp truncate(data, n) when is_function(data, 0),
565
- do: Logger.Utils.truncate(data.(), n)
+ do: truncate(data.(), n)
566
defp truncate(data, n) when is_list(data) or is_binary(data),
567
do: Logger.Utils.truncate(data, n)
568
defp truncate(data, n),
0 commit comments