-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove redundant Warn log in HTTP codec. (#18699) #18702
Conversation
@mathetake PTAL |
Thanks, code LGTM, but we have to wait until #18658 has landed to have clean commit tree. /wait |
Ok. Thanks |
@mathetake Would you plesse
Hi @mathetake that need to be on top of envoyproxy:release/v.20.0, right ? |
yeah... i meant the same :) . One quick thing.. should i create new PR for Release note or do doc changes in same PR ? |
As I said in this PR. See #18782 |
Ok |
This line was introduced in efcf2e5, but it is flooding the log outputs of Envoy users, so this PR just deletes the line. For detail, please refer to envoyproxy#18643. Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io> Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com>
Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com>
5438084
to
b736090
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.
Needs base branch merge.
Anything pending here. Sorry, i did not get. |
You can see the conflict with the base branch so you need to resolve that. |
Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com>
Done. Thanks for review it |
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!
Pass to @htuch for final review |
Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com>
…xy#18702) This line was introduced in efcf2e5, but it is flooding the log outputs of Envoy users, so this PR just deletes the line. For detail, please refer to envoyproxy#18643. Fixes envoyproxy#18643 Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com> Co-authored-by: Takeshi Yoneda <takeshi@tetrate.io>
This line was introduced in efcf2e5, but it is flooding the log outputs of Envoy users, so this PR just deletes the line. For detail, please refer to #18643.
Signed-off-by: Takeshi Yoneda takeshi@tetrate.io
Signed-off-by: Abhay Narayan Katare abhay.katare@india.nec.com
Commit Message: Remove redundant Warn log in HTTP codec (Backport from #18699)
Fixes #18643