Only log and save in the cleanup when data objects were modiffied#522
Only log and save in the cleanup when data objects were modiffied#522Jumping-Beaver wants to merge 1 commit intopimcore:2.xfrom
Conversation
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA Jumping-Beaver seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
bfa20c0 to
4c188ad
Compare
|
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |



When configuring a cleanup method in the DataHub importer, the
cleanupElementfunction emits a log message for every stored object of the imported type that wasn't in the feed. For large amounts of data, this makes the logs harder to use, and these log messages are not very informative. It would be good to reduce the number of log messages.Another improvement: The
UnpublishStrategycurrently saves every element it receives, but it should only save elements whose publication state it changes.