Skip to content
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

Improve logging around peer activity #84

Closed
nbrownus opened this issue Dec 11, 2019 · 0 comments · Fixed by #200
Closed

Improve logging around peer activity #84

nbrownus opened this issue Dec 11, 2019 · 0 comments · Fixed by #200
Labels
enhancement New feature or request
Milestone

Comments

@nbrownus
Copy link
Collaborator

Any place that we log vpnIp we should also log host from the related certificate to make it easier to understand.

@nbrownus nbrownus added this to the v1.1.0 milestone Dec 11, 2019
@nbrownus nbrownus added the enhancement New feature or request label Dec 11, 2019
@wadey wadey modified the milestones: v1.1.0, v1.2.0 Jan 21, 2020
wadey added a commit to wadey/nebula that referenced this issue Mar 3, 2020
This change adds a new helper, `(*HostInfo).logger()`, that starts a new
logrus.Entry with `vpnIp` and `certName`. We don't use the helper inside
of handshake_ix though since the certificate has not been attached to
the HostInfo yet.

Fixes: slackhq#84
wadey added a commit to wadey/nebula that referenced this issue Mar 3, 2020
This change adds a new helper, `(*HostInfo).logger()`, that starts a new
logrus.Entry with `vpnIp` and `certName`. We don't use the helper inside
of handshake_ix though since the certificate has not been attached to
the HostInfo yet.

Fixes: slackhq#84
wadey added a commit to wadey/nebula that referenced this issue Mar 3, 2020
This change adds a new helper, `(*HostInfo).logger()`, that starts a new
logrus.Entry with `vpnIp` and `certName`. We don't use the helper inside
of handshake_ix though since the certificate has not been attached to
the HostInfo yet.

Fixes: slackhq#84
nbrownus pushed a commit that referenced this issue Apr 6, 2020
This change adds a new helper, `(*HostInfo).logger()`, that starts a new
logrus.Entry with `vpnIp` and `certName`. We don't use the helper inside
of handshake_ix though since the certificate has not been attached to
the HostInfo yet.

Fixes: #84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants