-
Notifications
You must be signed in to change notification settings - Fork 240
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
ETW logging implementation in CNI #2668
ETW logging implementation in CNI #2668
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.
Looks pretty good. Just had a few thoughts.
5fe906d
to
a408dc5
Compare
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.
some initial comments
lgtm, please get approval from Evan and TM. |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
couple nits, mostly LGTM
2. Refactor ETW initialization into dedicated method and zapetw package.
Removed unsupported error from logger_linux to keep the behaviour uniform.
…onal local reference.
7f99728
to
f75e2a2
Compare
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
Feat: Features 🌈 Added support for logging to ETW using zap logger.
Reason for Change:
Requirements:
Notes: