]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add slog to release notes
authorJonathan Amsterdam <jba@google.com>
Fri, 19 May 2023 15:42:04 +0000 (11:42 -0400)
committerJonathan Amsterdam <jba@google.com>
Mon, 22 May 2023 00:43:01 +0000 (00:43 +0000)
Updates #58645

Change-Id: Ice8f115f00c62dcffd0c7b78bb8a7d66d832075d
Reviewed-on: https://go-review.googlesource.com/c/go/+/496194
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>

doc/go1.21.html

index 743e2a3e28178b78bb524b6b56af75b69a27140b..1cf4bfe1a203c25e7b83fd1166cbf4b5f5579a4c 100644 (file)
@@ -154,6 +154,15 @@ Do not send CLs removing the interior tags from such phrases.
 
 <h2 id="library">Core library</h2>
 
+<h3 id="slog">New log/slog package</h3>
+
+<p>
+  The new <a href="/pkg/log/slog">log/slog</a> package provides structured logging with levels.
+  Structured logging emits key-value pairs
+  to enable fast, accurate processing of large amounts of log data.
+  The package supports integration with popular log analysis tools and services.
+</p>
+
 <h3 id="minor_library_changes">Minor changes to the library</h3>
 
 <p>