-
Notifications
You must be signed in to change notification settings - Fork 2.2k
(PUP-11899) Log which server we request a catalog from #9126
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
(PUP-11899) Log which server we request a catalog from #9126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor fly by comments
9ab5e87
to
44507e0
Compare
When a catalog is requested, log which server is attempted to be used and if an IP address is resolvable display that.
44507e0
to
71c7cd2
Compare
Success case looks good:
Since pluginsync happens before the catalog is requested, if there is going to be a failure connecting to the |
Signed-off-by: Robin H. Johnson <[email protected]> Reference: puppetlabs/puppet#9262 Reference: puppetlabs/puppet#9126
When a catalog is requested, log which server is attempted to be used and if an IP address is resolvable display that.