Skip to content

Commit

Permalink
tweak: add Log of map differences
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Nov 7, 2024
1 parent 77ddf9e commit 5ff2515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/skate/detours/snapshot_serde.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ defmodule Skate.Detours.SnapshotSerde do
serialized_snapshot
else
log_fallback(id)
Logger.info(MapDiff.diff(state, serialized_snapshot))
state
end
end
Expand Down

0 comments on commit 5ff2515

Please sign in to comment.