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

Reduce log output noise in integration test logs #3197

Closed
de-jcup opened this issue Jun 7, 2024 · 0 comments · Fixed by #3131
Closed

Reduce log output noise in integration test logs #3197

de-jcup opened this issue Jun 7, 2024 · 0 comments · Fixed by #3131
Assignees

Comments

@de-jcup
Copy link
Member

de-jcup commented Jun 7, 2024

Situation

We have many log output inside integration tests which are unnecessary or hard to read/understand

Wanted

Identify those parts and reduce log noise.

For example:

  • Parts which are only for tracing shall use trace log level.
  • Parts which are only debug information shall use debug level
  • Redundant log output (e.g. warning about missing configuration executor uuid with description etc. shall only appear once )
@de-jcup de-jcup self-assigned this Jun 7, 2024
de-jcup added a commit that referenced this issue Jun 7, 2024
- log outputs reduced /enhanced
- integration test reconnection of executor configurations on local
  test restarts do now only load necessary data
@de-jcup de-jcup added this to the Prepare Wrapper 1.0.0 milestone Jun 12, 2024
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 a pull request may close this issue.

1 participant