Skip to content
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

coverage: keep trace logs #11861

Merged
merged 1 commit into from
Jul 7, 2020
Merged

coverage: keep trace logs #11861

merged 1 commit into from
Jul 7, 2020

Conversation

lizan
Copy link
Member

@lizan lizan commented Jul 1, 2020

Fixes #11860

Signed-off-by: Lizan Zhou lizan@tetrate.io

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
@lizan lizan marked this pull request as ready for review July 1, 2020 23:33
Copy link
Contributor

@alyssawilk alyssawilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!
can you tag the PR as fixing the issue before merging?

Copy link
Contributor

@alyssawilk alyssawilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I don't think we need to keep trace logs. Do we have logs turned up to trace to make sure we get coverage of logging functions?

@lizan
Copy link
Member Author

lizan commented Jul 6, 2020

FWIW I don't think we need to keep trace logs. Do we have logs turned up to trace to make sure we get coverage of logging functions?

Yeah that's the case.

@alyssawilk
Copy link
Contributor

hm, I'm mildly concerned it'll make things more laggy but it passes this run and we can always revert if it makes things flaky. Feel free to go for it

@lizan lizan merged commit 0724ca4 into envoyproxy:master Jul 7, 2020
@lizan lizan deleted the coverage_log branch July 7, 2020 17:16
@ggreenway
Copy link
Contributor

Potential followup idea: pipe the output through grep for critical or error to keep log size managable

scheler pushed a commit to scheler/envoy that referenced this pull request Aug 4, 2020
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
Signed-off-by: scheler <santosh.cheler@appdynamics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

coverage: need to see critical/assert logs in coverage builds
3 participants