Skip to content

Commit 858c61b

Browse files
committed
doc: add slog to release notes
Updates #58645 Change-Id: Ice8f115f00c62dcffd0c7b78bb8a7d66d832075d Reviewed-on: https://go-review.googlesource.com/c/go/+/496194 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Run-TryBot: Jonathan Amsterdam <[email protected]>
1 parent b950cc8 commit 858c61b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/go1.21.html

+9
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ <h2 id="linker">Linker</h2>
154154

155155
<h2 id="library">Core library</h2>
156156

157+
<h3 id="slog">New log/slog package</h3>
158+
159+
<p>
160+
The new <a href="/pkg/log/slog">log/slog</a> package provides structured logging with levels.
161+
Structured logging emits key-value pairs
162+
to enable fast, accurate processing of large amounts of log data.
163+
The package supports integration with popular log analysis tools and services.
164+
</p>
165+
157166
<h3 id="minor_library_changes">Minor changes to the library</h3>
158167

159168
<p>

0 commit comments

Comments
 (0)