Closed Dominic-Marcelino closed 1 week ago
Hi @Dominic-Marcelino. This is related to this issue #71 There may be several ways to display the logs, depending on the use case. I think the most versatile approach is to add a hook system to the logs, so that users can change the display and content as they wish. What do you think?
This is related to this issue #71
Indeed, that's an duplicate. Using a comparable output as directus sounds like a good solution.
I think a custom hook would be a bit over the top 🤔
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