You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a problem displaying nested structures by pointer in a log/slog values with text handler.
With json handler pointers successfully expands to structures.
Go version
go version go1.22.4 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Hi there!
I'm facing a problem displaying nested structures by pointer in a log/slog values with text handler.
With json handler pointers successfully expands to structures.
Here's a link to example code to reproduce the issue: https://go.dev/play/p/rGeaRdW1cG4
What did you see happen?
Here's a quick example of what I'm talking about
What did you expect to see?
I expect to see the same behavior between the handlers.
The text was updated successfully, but these errors were encountered: