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
we run the scheduler every 5 minutes to check for new/updated records. This leads to a lot of logs where nothing happened. These logs are not interesting for us and in the log module it's a time-waster to spot logs where action took place.
Is it possible to only log if either insert, update, delete OR move is greater than 0?
The text was updated successfully, but these errors were encountered:
I can see the problem. This is currently not possible. It would need a new option.
BTW note that the number of updates operations is also not always correct, because I'm counting the number of records that are prepared for update, but the DataHandler will not save records that are identical and provides no reporting about this. So the number of records that is announced for updating may not reflect reality. This is complicated, because it means External Import would have to read the existing data to assess effective changes.
h-e-l-l-o-w-o-r-l-d
changed the title
[QUESTION] Log only if action took place
[FEATURE REQUEST] Log only if action took place
Apr 28, 2021
Hi,
we run the scheduler every 5 minutes to check for new/updated records. This leads to a lot of logs where nothing happened. These logs are not interesting for us and in the log module it's a time-waster to spot logs where action took place.
Is it possible to only log if either insert, update, delete OR move is greater than 0?
The text was updated successfully, but these errors were encountered: