add logger

This commit is contained in:
byte[] 2020-03-29 23:17:28 -04:00
parent bd401cf967
commit 2dc36ee36e

View file

@ -261,6 +261,15 @@ defmodule Philomena.Galleries do
end
end)
IO.inspect([
image_ids: image_ids,
interactions: interactions,
interaction_positions: interaction_positions,
images_present: images_present,
requested: requested,
changes: changes
], limit: :infinity)
changes
|> Enum.map(fn change ->
id = Keyword.fetch!(change, :id)