-
Notifications
You must be signed in to change notification settings - Fork 18.3k
log/slog: add multiple handlers support for logger #74840
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
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: aa3de5c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692237. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Jes Cok: Patch Set 1: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-01T14:09:54Z","revision":"336b858606052b52412f64daebd07b75acdf0005"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Jes Cok: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Ingo Oeser: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Jes Cok: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
aa3de5c
to
977ddd3
Compare
This PR (HEAD: 977ddd3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692237. Important tips:
|
This PR (HEAD: 40249e4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692237. Important tips:
|
Message from Jes Cok: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-04T14:08:00Z","revision":"5943eb55fbffa846a948f33f8fe166fc30e2fb51"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Jes Cok: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 3: CQ can't process the CL because its owner doesn't have a preferred email set in Gerrit settings. You can set preferred email at https://go-review.googlesource.com/settings/#EmailAddresses Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Jes Cok: Patch Set 3: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-07T14:22:46Z","revision":"5943eb55fbffa846a948f33f8fe166fc30e2fb51"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Jes Cok: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Ingo Oeser: Patch Set 3: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Message from Sean Liao: Patch Set 3: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692237. |
Fixes golang#65954 Change-Id: I88f880977782e632ed71699272e3e5d3985ea37b
40249e4
to
f36fb2d
Compare
Fixes #65954