Extra logging in debug output could be removed
JohnBergman opened this issue · 1 comments
JohnBergman commented
When debug is on, I see 2 lines for delete file/delete
2019-11-11 20:48:56,129 [P35124/D2/T21] DEBUG Jumoo.uSync.BackOffice.Helpers.uSyncIOHelper - Delete File: D:\xxx\Trunk\xxx\uSync\data\Content\007\content-card\content.config
2019-11-11 20:48:56,276 [P35124/D2/T21] DEBUG Jumoo.uSync.BackOffice.Helpers.uSyncIOHelper - Delete: D:\xxx\Trunk\xxx\uSync\data\Content\007\content-card\content.config
It seems like one or the other could be removed.
I see these during a full export, and probably others as well.
KevinJump commented
its because there is actually two options on a delete (delete or blank) the log entries could make more sense of that.