external-dns currently doesn't log anything if it's not running in dry-run mode. Change that!
At least all performed DNS changes should be logged as INFO (one line per change, not some verbose dump).
@ideahitme can you prepare a small proposal on where to log what? I have some minimum expectations (just what comes to my mind right now):
--domain option should be logged on DEBUG level (so users can clearly see that they are skipped and for what reason)Logging should include (without --debug enabled) :
Debug logging should include:
"mate zalando.org/dnsname annotation is found, using example.org as dns name"Also debug logging should include if a change is not performed because of the policy (e.g. a DELETE would be needed but is not allowed by policy).
External-dns has empty update list for dns provider
I think this could be a nice summary logging the number of owned records and performed changes.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
@fejta-bot: Closing this issue.
In response to this:
Rotten issues close after 30d of inactivity.
Reopen the issue with/reopen.
Mark the issue as fresh with/remove-lifecycle rotten.Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Most helpful comment
At least all performed DNS changes should be logged as INFO (one line per change, not some verbose dump).