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
Fixed bug in which logging outputs from dummy lockers were duplicated.
The issue was that the same name was given for the logger for both the DummyLocker and DummyScanZoomLocker, which meant that they actually shared one logger. This led to dupplicated outputs, probably due to multiple handlers being added to the same logger.
0 commit comments