We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be91040 commit 64c95d2Copy full SHA for 64c95d2
src/log/slog/json_handler.go
@@ -66,8 +66,7 @@ func (h *JSONHandler) WithGroup(name string) Handler {
66
// and the value of [Level.String] is output.
67
//
68
// If the AddSource option is set and source information is available,
69
-// the key is "source"
70
-// and the value is output as "FILE:LINE".
+// the key is "source", and the value is a record of type [Source].
71
72
// The message's key is "msg".
73
0 commit comments