Skip to content

Improving logs for V2#1341

Open
eranturgeman wants to merge 2 commits into
jfrog:devfrom
eranturgeman:improving-logs-for-v2
Open

Improving logs for V2#1341
eranturgeman wants to merge 2 commits into
jfrog:devfrom
eranturgeman:improving-logs-for-v2

Conversation

@eranturgeman
Copy link
Copy Markdown
Collaborator

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • Update documentation about new features / new supported technologies

@eranturgeman eranturgeman added safe to test Approve running integration tests on a pull request ignore for release Automatically generated release notes labels Jun 2, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label Jun 2, 2026
@eranturgeman eranturgeman requested a review from attiasas June 2, 2026 11:08
@eranturgeman eranturgeman added the safe to test Approve running integration tests on a pull request label Jun 2, 2026
@github-actions github-actions Bot removed the safe to test Approve running integration tests on a pull request label Jun 2, 2026
Copy link
Copy Markdown
Contributor

@attiasas attiasas left a comment

Choose a reason for hiding this comment

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

LGTM, make sure there are no more tokens left to be printed that are no masked

Comment thread utils/params.go

configAggregatorParamsString, e := json.Marshal(params)
if e == nil {
log.Debug(fmt.Sprintf("extracted config aggregator params: %s", configAggregatorParamsString))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
log.Debug(fmt.Sprintf("extracted config aggregator params: %s", configAggregatorParamsString))
log.Verbose(fmt.Sprintf("extracted config aggregator params: %s", configAggregatorParamsString))

maybe verbose level?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants