Skip to content

Commit

Permalink
Pretty logging
Browse files Browse the repository at this point in the history
  • Loading branch information
studzien committed Oct 15, 2024
1 parent e8d7ec4 commit 79aba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/horde/uniform_distribution.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule Horde.UniformDistribution do
end
|> tap(fn value ->
Logger.error(
"Choose node spec: #{inspect(child_spec)}, members: #{inspect(members)}, value: #{inspect(value)}"
"Choose node spec: #{inspect(child_spec, pretty: true)}, members: #{inspect(members, pretty: true)}, value: #{inspect(value, pretty: true)}"
)
end)
end
Expand Down

0 comments on commit 79aba80

Please sign in to comment.