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

testnet: reduce log length significantly, by not logging the config #5701

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

smelc
Copy link
Contributor

@smelc smelc commented Mar 4, 2024

Description

When a test runs, we log its ExecConfig which contains the full environment of the shell it runs in.

As a consequence, on Nix, the output log is polluted with a gigantic line of the form (there are actually multiple screens of output like this, only showing 1):

image

What this PR does

This PR removes logging the ExecConfig value, as it's making harder to find other valuable info.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • Self-reviewed the diff

@smelc smelc requested a review from a team as a code owner March 4, 2024 13:53
@smelc smelc enabled auto-merge March 4, 2024 13:59
@smelc smelc added this pull request to the merge queue Mar 4, 2024
Merged via the queue into master with commit 760bb05 Mar 4, 2024
22 checks passed
@smelc smelc deleted the smelc/reduce-log-length branch March 4, 2024 15:29
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.

None yet

3 participants