-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Reduce the amount of INFO Logs #53
Comments
Just marking all log output for events that are already sync as |
I just looked at the code and thought we could still log (create / update and delete events) in INFO but put all the skipped steps and "event in sync" messages to DEBUG. In this case, the user would only get logs for events where changes happen. (First runs would still be verbose) |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal / Comment from an inovex colleague:
Instead of logging each event in info we could summarize the creation, deletion, update count at the end of the sync process.
The text was updated successfully, but these errors were encountered: