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

Fix Param logging output #92

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Fix Param logging output #92

merged 1 commit into from
Aug 9, 2024

Conversation

moio
Copy link
Contributor

@moio moio commented Aug 9, 2024

Because it was expanding the slice for a variadic function the first
value in the params was being used for the %v and the remainder of the
slice was treated as EXTRA see https://pkg.go.dev/fmt#hdr-Format_errors.

Because it was expanding the slice for a variadic function the first
value in the params was being used for the %v and the remainder of the
slice was treated as EXTRA see https://pkg.go.dev/fmt#hdr-Format_errors.
@moio moio requested a review from a team as a code owner August 9, 2024 11:12
@moio moio requested review from bigkevmcd and JonCrowther and removed request for a team August 9, 2024 11:12
@moio moio merged commit 8da6f11 into rancher:master Aug 9, 2024
1 check passed
@moio moio deleted the fix-logging-output branch August 9, 2024 12:58
moio added a commit to moio/rancher that referenced this pull request Oct 2, 2024
This includes various fixes to the UI Server-Side Pagination experimental
feature:

https://ranchermanager.docs.rancher.com/how-to-guides/advanced-user-guides/enable-experimental-features/ui-server-side-pagination

- rancher/lasso#86
- rancher/lasso#90
- rancher/lasso#85
- rancher/lasso#92
- rancher/lasso#79
- rancher/lasso#97
- rancher/lasso#94
- rancher/lasso#98
- rancher/lasso#108
- rancher/lasso#99

It also includes improvements to code collecting metrics:
- rancher/lasso#89
- rancher/lasso#95

And to test code:
- rancher/lasso#100
- rancher/lasso#101

Signed-off-by: Silvio Moioli <silvio@moioli.net>
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