-
Notifications
You must be signed in to change notification settings - Fork 260
Fix CNS logging #1372
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
Fix CNS logging #1372
Conversation
rbtr
left a comment
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.
if we want to dump (only some) struct fields, maybe cns.CreateNetworkContainerRequest should implement fmt.Stringer?
tamilmani1989
left a comment
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.
lgtm
Co-authored-by: Evan Baker <rbtr@users.noreply.github.com>
rbtr
left a comment
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.
thanks for cleaning this up 🚀
|
hey @camrynl you are welcome to merge. you should also usually have an "enable auto-merge" button so that you don't have to come back later after the CI and approvals are in 🙂 |
|
@rbtr noted, thanks! |
* modify cns logging * update to implement stringer interface * fixing linting errors * removing log metadata Co-authored-by: Evan Baker <rbtr@users.noreply.github.com> Co-authored-by: Camryn Lee <camrynlee@microsoft.com> Co-authored-by: Evan Baker <rbtr@users.noreply.github.com>
* modify cns logging * update to implement stringer interface * fixing linting errors * removing log metadata Co-authored-by: Evan Baker <rbtr@users.noreply.github.com> Co-authored-by: Camryn Lee <camrynlee@microsoft.com> Co-authored-by: Evan Baker <rbtr@users.noreply.github.com>
Reason for Change:
OrchestratorContext cannot always be unmarshalled due to different orchestrator types, so updating CNS logging to exclude it
Issue Fixed:
Requirements:
Notes: