chore(integration): Hide webserver logs#53305
Closed
provokateurin wants to merge 1 commit intomasterfrom
Closed
Conversation
Signed-off-by: provokateurin <kate@provokateurin.de>
skjnldsv
approved these changes
Jun 3, 2025
Contributor
But not in CI anymore. |
Member
Author
|
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. |
Member
Author
|
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? |
This was referenced Aug 22, 2025
Merged
Merged
Merged
Merged
Merged
This was referenced Sep 25, 2025
Merged
Merged
auto-merge was automatically disabled
November 13, 2025 13:59
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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