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

move send chunks logs to debug #63

Merged
merged 1 commit into from
Mar 23, 2023
Merged

move send chunks logs to debug #63

merged 1 commit into from
Mar 23, 2023

Conversation

matthyx
Copy link
Contributor

@matthyx matthyx commented Mar 22, 2023

No description provided.

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
@@ -94,7 +94,7 @@ func (a *ArmoAdapter) postResults(ctx context.Context, report *v1.ScanResultRepo
errorChan <- err
return
}
logger.L().Info(fmt.Sprintf("posting to event receiver image %s wlid %s finished successfully response body: %s", imagetag, wlid, body)) // systest dependent
logger.L().Debug(fmt.Sprintf("posting to event receiver image %s wlid %s finished successfully response body: %s", imagetag, wlid, body)) // systest dependent
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Daniel-GrunbergerCA can you check if this is really needed for systests?

Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately it does, but the tests run in debug mode, so you should be fine

@github-actions
Copy link

Summary:

  • License scan: failure
  • Credentials scan: success
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: success

@matthyx matthyx merged commit f475b77 into main Mar 23, 2023
@matthyx matthyx deleted the logs branch March 24, 2023 09:55
dwertent pushed a commit that referenced this pull request Dec 31, 2023
move send chunks logs to debug
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

2 participants