You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterate over a copy of keys when moving fields in the logging event
This prevents a "dictionary changed size during iteration" exception
because before we iterated over the dictionary while modifying its
contents which is never a good idea.
Closes#2.
0 commit comments