-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(integration): Hide webserver logs #53305
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: provokateurin <kate@provokateurin.de>
But not in CI anymore. |
|
But were they ever useful there? When the reading the CI logs I have the same problem as locally: It's very hard to understand what is going on with so many logs in between. |
come-nc
left a comment
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.
No way, that’s helping me debug #52793 CI failures, which are quite hard to debug already.
|
Ok since people seem to have many different opinions, instead of removing them an option should be introduced and I would suggest that it defaults to off and CI turns it on explicitly? |
Summary
The logs are very spammy and make it really hard to parse the output if something fails. I also never found them useful when debugging failing tests, so I just removed them entirely (they can still be found in the file if needed).
Checklist