Remove unguarded log.Info from request path#3642
Remove unguarded log.Info from request path#3642istio-merge-robot merged 2 commits intoistio:masterfrom
Conversation
ldemailly
left a comment
There was a problem hiding this comment.
that's the only one ?
should it be a log.Debug instead ?
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ldemailly The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
|
@mandarjog: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Remove
log.Infofrom request path.It causes excessive usage of zap.log and lock contention.