-
Notifications
You must be signed in to change notification settings - Fork 242
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
put back the config to write logs to the file instead of only stdout logs #2107
Conversation
@paulyufan2 make sure you run the |
Pm for pipeline run. |
@@ -15,9 +15,10 @@ import ( | |||
"github.com/Azure/azure-container-networking/aitelemetry" | |||
"github.com/Azure/azure-container-networking/cni" | |||
"github.com/Azure/azure-container-networking/cni/api" | |||
"github.com/Azure/azure-container-networking/cni/log" | |||
zaplog "github.com/Azure/azure-container-networking/cni/log" |
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.
is this change needed? i'm not sure why the import alias is prefixed with zap
(seems like an implementation detail). less changed lines if you just alias the new conflicting import?
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.
Hi Ramiro, because we want to rename the import packet since they are all using "log." to avoid conflicts
Reason for Change:
This PR is to put back thye config to write to the file instead of only stdout logs
Issue Fixed:
Requirements:
Notes: