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

dont slice zsl.With #105

Merged
merged 1 commit into from
Dec 18, 2024
Merged

dont slice zsl.With #105

merged 1 commit into from
Dec 18, 2024

Conversation

ryanfkeepers
Copy link
Contributor

No description provided.

@ryanfkeepers ryanfkeepers added the bug Something isn't working label Dec 18, 2024
@ryanfkeepers ryanfkeepers requested a review from m-terel December 18, 2024 20:09
@ryanfkeepers ryanfkeepers self-assigned this Dec 18, 2024
@@ -99,7 +103,7 @@ func (b builder) log(l logLevel, msg string) {

// plus any values added using builder.With()
for k, v := range b.with {
zsl.With(k, v)
zsl = zsl.With(k, v)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was the bug. without zsl = we were dropping all the With calls.

@ryanfkeepers ryanfkeepers merged commit dd6dbbc into main Dec 18, 2024
1 check passed
@ryanfkeepers ryanfkeepers deleted the missing-attributes branch December 18, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants