Is your feature request related to a problem? Please describe.
On diff and push the logs are cluttered with a lot of entries without changes (e.g Created 0 items, To create: 0 item(s), Unchanged: 7 item(s)). This makes it pretty hard to read and find the real changes.
Describe the solution you'd like
In order to get a better overview about the changes I suggest to only log the entries with actual changes (e.g To delete: 1 item(s))
Describe alternatives you've considered
This could also be coupled to the debug mode or a new config only display changes could be added.
Alternatively a divider between the collections could also help a lot (e.g log ---------- SETTINGS ---------- before logging the settings data) - comparably how it's already done on push command
Is your feature request related to a problem? Please describe. On
diff
andpush
the logs are cluttered with a lot of entries without changes (e.gCreated 0 items
,To create: 0 item(s)
,Unchanged: 7 item(s)
). This makes it pretty hard to read and find the real changes.Describe the solution you'd like In order to get a better overview about the changes I suggest to only log the entries with actual changes (e.g
To delete: 1 item(s)
)Describe alternatives you've considered
only display changes
could be added.---------- SETTINGS ----------
before logging the settings data) - comparably how it's already done onpush
command