Fixes #60329
Change-Id: Idb19da4830fa14c459bedbf143d550ce7c1dfdbd
Reviewed-on: https://go-review.googlesource.com/c/go/+/496815
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
// and the value of [Level.String] is output.
//
// If the AddSource option is set and source information is available,
-// the key is "source"
-// and the value is output as "FILE:LINE".
+// the key is "source", and the value is a record of type [Source].
//
// The message's key is "msg".
//